summaryrefslogtreecommitdiff
path: root/lib/gnutls_cipher_int.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2009-12-05 10:08:22 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2009-12-05 10:08:22 +0200
commite64d8f55e46fe0638191e1c01f6bde303753d91b (patch)
tree4e0a97352bd5e8d10d3f8e77599e8d29b0511668 /lib/gnutls_cipher_int.h
parent73d29186d2c962ec53aae56e0d1aeb2cab073628 (diff)
downloadgnutls-e64d8f55e46fe0638191e1c01f6bde303753d91b.tar.gz
Revert "Merged the two internal hash API functions, to simplify and reduce code."
This reverts commit bc3e43d5f121e404aa32212dcfcc5027de807056. Conflicts: lib/crypto.c lib/gnutls_cipher.c lib/gnutls_hash_int.c lib/gnutls_hash_int.h lib/includes/gnutls/crypto.h lib/mac-libgcrypt.c
Diffstat (limited to 'lib/gnutls_cipher_int.h')
-rw-r--r--lib/gnutls_cipher_int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gnutls_cipher_int.h b/lib/gnutls_cipher_int.h
index d6c3018bbd..f004f55b27 100644
--- a/lib/gnutls_cipher_int.h
+++ b/lib/gnutls_cipher_int.h
@@ -31,7 +31,7 @@ extern int crypto_cipher_prio;
extern gnutls_crypto_cipher_st _gnutls_cipher_ops;
typedef struct {
- const gnutls_crypto_cipher_st* cc;
+ gnutls_crypto_single_cipher_st* cc;
void* ctx;
} reg_hd;