From bc3e43d5f121e404aa32212dcfcc5027de807056 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Sun, 29 Nov 2009 12:08:44 +0200 Subject: Merged the two internal hash API functions, to simplify and reduce code. gnutls_hmac* and gnutls_hash* were merged to gnutls_hash API. --- lib/gnutls_cipher_int.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/gnutls_cipher_int.c') diff --git a/lib/gnutls_cipher_int.c b/lib/gnutls_cipher_int.c index d370d849e0..b496c688ff 100644 --- a/lib/gnutls_cipher_int.c +++ b/lib/gnutls_cipher_int.c @@ -40,7 +40,7 @@ _gnutls_cipher_init (cipher_hd_st * handle, gnutls_cipher_algorithm_t cipher, const gnutls_datum_t * key, const gnutls_datum_t * iv) { int ret = GNUTLS_E_INTERNAL_ERROR; - gnutls_crypto_single_cipher_st *cc = NULL; + const gnutls_crypto_cipher_st *cc = NULL; /* check if a cipher has been registered */ -- cgit v1.2.1