blob: 7b5101c5214e14b2ef5a6108bd7d2e9b8c1bf0d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- wpa_supplicant-0.5.5/tls_gnutls.c 2006-06-25 03:05:07.000000000 +0200
+++ wpa_supplicant-0.5.5.new/tls_gnutls.c 2006-10-10 02:22:56.000000000 +0200
@@ -1030,7 +1030,7 @@
size_t *out_len)
{
return tls_connection_handshake(ssl_ctx, conn, in_data, in_len,
- out_len);
+ out_len, NULL, NULL);
}
|