diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-10-19 12:16:38 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-10-19 12:16:38 +0100 |
commit | 6e96935b1399008099e388bfc29747da401e081c (patch) | |
tree | e6c97a3709ca156cf343814116949cdadd19cddb /src/rspamadm | |
parent | b31b6f5f7587a2a862901e229a38b0a82d94897c (diff) | |
download | rspamd-6e96935b1399008099e388bfc29747da401e081c.tar.gz rspamd-6e96935b1399008099e388bfc29747da401e081c.zip |
Fix http test.
Diffstat (limited to 'src/rspamadm')
-rw-r--r-- | src/rspamadm/keypair.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rspamadm/keypair.c b/src/rspamadm/keypair.c index 4e985ebe7..4fd9ae8f1 100644 --- a/src/rspamadm/keypair.c +++ b/src/rspamadm/keypair.c @@ -27,6 +27,7 @@ #include "cryptobox.h" #include "printf.h" #include "http.h" +#include "keypair_private.h" static gboolean hex_encode = FALSE; static gboolean raw = FALSE; |