diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2017-10-29 13:42:45 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2017-10-29 13:42:45 +0000 |
commit | a864c89f80ea8824aafae9ae6044de8eafb13a4c (patch) | |
tree | c3feb27110527c3af4cc591c8527034eb3541de2 /contrib/libottery/ottery-internal.h | |
parent | 4beb2f2970d709169db316483a6bc547fdcaba8d (diff) | |
download | rspamd-a864c89f80ea8824aafae9ae6044de8eafb13a4c.tar.gz rspamd-a864c89f80ea8824aafae9ae6044de8eafb13a4c.zip |
[Feature] Add aes-rng PRF to libottery
Diffstat (limited to 'contrib/libottery/ottery-internal.h')
-rw-r--r-- | contrib/libottery/ottery-internal.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/libottery/ottery-internal.h b/contrib/libottery/ottery-internal.h index 2c38a52b0..cc047f810 100644 --- a/contrib/libottery/ottery-internal.h +++ b/contrib/libottery/ottery-internal.h @@ -306,6 +306,9 @@ extern const struct ottery_prf ottery_prf_chacha12_merged_; extern const struct ottery_prf ottery_prf_chacha20_merged_; #ifdef BUILD_RSPAMD +#ifdef __x86_64__ +extern const struct ottery_prf ottery_prf_aes_cryptobox_; +#endif extern const struct ottery_prf ottery_prf_chacha20_cryptobox_; #endif /**@}*/ |