aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libottery/ottery_common.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_common.h
parent4beb2f2970d709169db316483a6bc547fdcaba8d (diff)
downloadrspamd-a864c89f80ea8824aafae9ae6044de8eafb13a4c.tar.gz
rspamd-a864c89f80ea8824aafae9ae6044de8eafb13a4c.zip
[Feature] Add aes-rng PRF to libottery
Diffstat (limited to 'contrib/libottery/ottery_common.h')
-rw-r--r--contrib/libottery/ottery_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/libottery/ottery_common.h b/contrib/libottery/ottery_common.h
index 5b3359c97..bac6f04ca 100644
--- a/contrib/libottery/ottery_common.h
+++ b/contrib/libottery/ottery_common.h
@@ -346,4 +346,6 @@ uint32_t ottery_get_version(void);
*/
const char *ottery_get_version_string(void);
+const char *ottery_get_impl_name(void);
+
#endif