summaryrefslogtreecommitdiff
path: root/lib/gnutls.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gnutls.h.in')
-rw-r--r--lib/gnutls.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/gnutls.h.in b/lib/gnutls.h.in
index f496a1465f..e9ae8e184f 100644
--- a/lib/gnutls.h.in
+++ b/lib/gnutls.h.in
@@ -87,6 +87,7 @@ int gnutls_handshake(SOCKET cd, GNUTLS_STATE state);
int gnutls_check_pending(GNUTLS_STATE state);
int gnutls_rehandshake(SOCKET cd, GNUTLS_STATE state);
+
AlertDescription gnutls_get_last_alert( GNUTLS_STATE state);
int gnutls_send_alert(SOCKET, GNUTLS_STATE, AlertLevel, AlertDescription);
@@ -216,6 +217,8 @@ int gnutls_set_x509_trust( X509PKI_CREDENTIALS res, char* CAFILE, char* CRLFILE)
int gnutls_global_init();
void gnutls_global_deinit();
+int gnutls_dh_generate_new_primes();
+
typedef ssize_t (*RECV_FUNC)(SOCKET, void*, size_t,int);
typedef ssize_t (*SEND_FUNC)(SOCKET, const void*, size_t,int);
typedef void (*LOG_FUNC)( const char*);