summaryrefslogtreecommitdiff
path: root/lib/gnutls_int.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2002-06-08 12:38:24 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2002-06-08 12:38:24 +0000
commitd0bbe6e61ddd9304022d4965879a7b3ebfd67210 (patch)
tree5531b00d5744fe04cebf663504db02b264d65abd /lib/gnutls_int.h
parentcdfbbf6eae3e783520b13a52b5138061300818d7 (diff)
downloadgnutls-d0bbe6e61ddd9304022d4965879a7b3ebfd67210.tar.gz
Created gnutls_handshake_set_private_extensions() function.
Diffstat (limited to 'lib/gnutls_int.h')
-rw-r--r--lib/gnutls_int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gnutls_int.h b/lib/gnutls_int.h
index 56503208c0..738a70462a 100644
--- a/lib/gnutls_int.h
+++ b/lib/gnutls_int.h
@@ -559,7 +559,7 @@ typedef struct {
void* user_ptr;
- int enable_experimental; /* non zero to
+ int enable_private;/* non zero to
* enable cipher suites
* which have 0xFF status.
*/