diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-12-23 09:58:08 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-12-23 09:58:08 -0500 |
commit | d7c841f4679521d423eb029d7307f10e15dbe133 (patch) | |
tree | f9e9cc6266884978da5ac27684e243ffd349916f /src/common/crypto.h | |
parent | b18f533cf06188607d444daa50974a6fc836f82d (diff) | |
download | tor-d7c841f4679521d423eb029d7307f10e15dbe133.tar.gz tor-d7c841f4679521d423eb029d7307f10e15dbe133.zip |
Unit tests for crypto_force_rand_ssleay().
Part of 16794.
Diffstat (limited to 'src/common/crypto.h')
-rw-r--r-- | src/common/crypto.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common/crypto.h b/src/common/crypto.h index cf7b9ee408..ad779f5481 100644 --- a/src/common/crypto.h +++ b/src/common/crypto.h @@ -314,5 +314,9 @@ struct dh_st *crypto_dh_get_dh_(crypto_dh_t *dh); void crypto_add_spaces_to_fp(char *out, size_t outlen, const char *in); +#ifdef CRYPTO_PRIVATE +STATIC int crypto_force_rand_ssleay(void); +#endif + #endif |