aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libottery/ottery-internal.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2017-10-29 13:42:45 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2017-10-29 13:42:45 +0000
commita864c89f80ea8824aafae9ae6044de8eafb13a4c (patch)
treec3feb27110527c3af4cc591c8527034eb3541de2 /contrib/libottery/ottery-internal.h
parent4beb2f2970d709169db316483a6bc547fdcaba8d (diff)
downloadrspamd-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.h3
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
/**@}*/