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_common.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_common.h')
-rw-r--r-- | contrib/libottery/ottery_common.h | 2 |
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 |