You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-analyzer/echoping/files/echoping-6.0.2_p434-gnutls_...

23 lines
492 B

--- a/echoping.c
+++ b/echoping.c
@@ -134,7 +134,7 @@
SSL *sslh = NULL;
#endif
#ifdef GNUTLS
- gnutls_session session;
+ gnutls_session_t session;
gnutls_certificate_credentials xcred;
int tls_result;
const int cert_type_priority[3] = { GNUTLS_CRT_X509,
--- a/echoping.h
+++ b/echoping.h
@@ -103,7 +103,7 @@
SSL *ssl;
#endif
#ifdef GNUTLS
- gnutls_session tls;
+ gnutls_session_t tls;
#endif
} CHANNEL;