diff options
author | Nikos <nmav@crystal.(none)> | 2008-03-29 12:01:27 +0200 |
---|---|---|
committer | Nikos <nmav@crystal.(none)> | 2008-03-29 12:01:27 +0200 |
commit | 0b37eef0f6b6626d5e4b5936bbc6f012416ef61a (patch) | |
tree | 040f519310dab705ecb523f7553e5a7902b646fb /lib/crypto.h | |
parent | c54d8ce49564b19b2a39995cf8b12cc41ebd9097 (diff) | |
download | gnutls-0b37eef0f6b6626d5e4b5936bbc6f012416ef61a.tar.gz |
Added interface to register random generators.
Diffstat (limited to 'lib/crypto.h')
-rw-r--r-- | lib/crypto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/crypto.h b/lib/crypto.h index eb695a8757..f52e403909 100644 --- a/lib/crypto.h +++ b/lib/crypto.h @@ -1,3 +1,4 @@ gnutls_crypto_cipher_st *_gnutls_get_crypto_cipher( gnutls_cipher_algorithm_t algo); gnutls_crypto_digest_st *_gnutls_get_crypto_digest( gnutls_digest_algorithm_t algo); gnutls_crypto_mac_st *_gnutls_get_crypto_mac( gnutls_mac_algorithm_t algo); +gnutls_crypto_rnd_st *_gnutls_get_crypto_rnd(); |