summaryrefslogtreecommitdiff
path: root/lib/gnutls_cipher_int.h
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2005-10-17 13:52:37 +0000
committerSimon Josefsson <simon@josefsson.org>2005-10-17 13:52:37 +0000
commit1ce7b44e1dcd69b0fda90d537aba1707d77d4dcf (patch)
tree0a2f0b5149279510a5315b6b2c71a624a0c6124d /lib/gnutls_cipher_int.h
parentfafab1a4351d38193d6681e785932ca66f0086f6 (diff)
downloadgnutls-1ce7b44e1dcd69b0fda90d537aba1707d77d4dcf.tar.gz
Fixes to make GC work again.
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 e9c84e423f..a74d012602 100644
--- a/lib/gnutls_cipher_int.h
+++ b/lib/gnutls_cipher_int.h
@@ -25,7 +25,7 @@
#ifndef GNUTLS_CIPHER_INT
# define GNUTLS_CIPHER_INT
-#define cipher_hd_t gc_cipher
+#define cipher_hd_t gc_cipher_handle
#define GNUTLS_CIPHER_FAILED NULL
cipher_hd_t _gnutls_cipher_init(gnutls_cipher_algorithm_t cipher,