summaryrefslogtreecommitdiff
path: root/lib/crypto.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@turtle.(none)>2008-04-25 11:11:14 +0300
committerNikos Mavrogiannopoulos <nmav@turtle.(none)>2008-04-25 11:11:14 +0300
commitb5a10db461057c947fa50414c7dc58bb6c12a0f0 (patch)
tree146b6780c0620216acefaad9185dbff335465b8b /lib/crypto.h
parent1f574b6a34ed0bef043eb0e13720fee27ccb8d4b (diff)
downloadgnutls-b5a10db461057c947fa50414c7dc58bb6c12a0f0.tar.gz
Added deregisteration function to free buffers allocated for registering algorithms.
Diffstat (limited to 'lib/crypto.h')
-rw-r--r--lib/crypto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/crypto.h b/lib/crypto.h
index 9e4ad10fdb..4497f6b7f0 100644
--- a/lib/crypto.h
+++ b/lib/crypto.h
@@ -2,3 +2,4 @@ gnutls_crypto_cipher_st *_gnutls_get_crypto_cipher( gnutls_cipher_algorithm_t al
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( void );
+void _gnutls_crypto_deregister(void);