summaryrefslogtreecommitdiff
path: root/lib/ext_cert_type.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2002-04-18 13:31:58 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2002-04-18 13:31:58 +0000
commita6de8f97e88bfa45f973909faf1b3c8caf8f8909 (patch)
tree6e2b052dbcbe367d5d862bdbb05a8f2e6e110654 /lib/ext_cert_type.h
parent05de2ecb11d8956aa7def54bf324e8667ab5379c (diff)
downloadgnutls-a6de8f97e88bfa45f973909faf1b3c8caf8f8909.tar.gz
Some minor fixes in SRP support. Changed extension generation. Now less
allocation with malloc are done.
Diffstat (limited to 'lib/ext_cert_type.h')
-rw-r--r--lib/ext_cert_type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ext_cert_type.h b/lib/ext_cert_type.h
index 4d66406801..e8d341b275 100644
--- a/lib/ext_cert_type.h
+++ b/lib/ext_cert_type.h
@@ -4,4 +4,4 @@
int _gnutls_num2cert_type( int num);
int _gnutls_cert_type2num( int record_size);
int _gnutls_cert_type_recv_params( GNUTLS_STATE state, const opaque* data, int data_size);
-int _gnutls_cert_type_send_params( GNUTLS_STATE state, opaque** data);
+int _gnutls_cert_type_send_params( GNUTLS_STATE state, opaque* data, int);