Fix memory leak.
[gnutls.git] / lib / crypto.h
blob4497f6b7f0e11da249e47e616c1aef829f262ae3
1 gnutls_crypto_cipher_st *_gnutls_get_crypto_cipher( gnutls_cipher_algorithm_t algo);
2 gnutls_crypto_digest_st *_gnutls_get_crypto_digest( gnutls_digest_algorithm_t algo);
3 gnutls_crypto_mac_st *_gnutls_get_crypto_mac( gnutls_mac_algorithm_t algo);
4 gnutls_crypto_rnd_st *_gnutls_get_crypto_rnd( void );
5 void _gnutls_crypto_deregister(void);