summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2002-05-13 21:51:04 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2002-05-13 21:51:04 +0000
commit35be82272172c4f3e6cade802fd1b2bb9ff97426 (patch)
treeed53a07243e2182509426f632e820f2e5b1b8626 /lib
parent4798fbff88bd7ad7149bef3c3bd31aff5e65545b (diff)
downloadgnutls-35be82272172c4f3e6cade802fd1b2bb9ff97426.tar.gz
Added the missing user_ptr pointer in gnutls_internals.
Diffstat (limited to 'lib')
-rw-r--r--lib/gnutls_int.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/gnutls_int.h b/lib/gnutls_int.h
index 274bf36c72..d2dc19e931 100644
--- a/lib/gnutls_int.h
+++ b/lib/gnutls_int.h
@@ -555,6 +555,8 @@ typedef struct {
int cbc_protection_hack;
int rsa_pms_check; /* 0 means enabled */
+ void* user_ptr;
+
/* If you add anything here, check _gnutls_handshake_internal_state_clear().
*/
} GNUTLS_INTERNALS;