diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-10-18 23:29:42 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-10-18 23:29:42 +0100 |
commit | 2c87c3c20472f1217c33bfa33bc5ecec2daff6a3 (patch) | |
tree | 18b19c1acbd30690ad99f6d07ffbba66dfdd9105 /src/libcryptobox/cryptobox.h | |
parent | b7efc8479526b5f1f10e1df9659f393adfac08c7 (diff) | |
download | rspamd-2c87c3c20472f1217c33bfa33bc5ecec2daff6a3.tar.gz rspamd-2c87c3c20472f1217c33bfa33bc5ecec2daff6a3.zip |
Enable openssl AES tests
Diffstat (limited to 'src/libcryptobox/cryptobox.h')
-rw-r--r-- | src/libcryptobox/cryptobox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcryptobox/cryptobox.h b/src/libcryptobox/cryptobox.h index 3305fccc1..aed90079c 100644 --- a/src/libcryptobox/cryptobox.h +++ b/src/libcryptobox/cryptobox.h @@ -178,6 +178,6 @@ gboolean rspamd_cryptobox_pbkdf(const char *pass, gsize pass_len, * Enable openssl mode in rspamd_cryptobox * @param enable if TRUE then crypto code will use openssl, chacha20/poly1305 otherwize */ -void rspamd_cryptobox_openssl_mode (gboolean enable); +gboolean rspamd_cryptobox_openssl_mode (gboolean enable); #endif /* CRYPTOBOX_H_ */ |