Created
November 10, 2011 02:53
-
-
Save aaronott/1353970 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/libwaitress/waitress.c b/src/libwaitress/waitress.c | |
index f6d4d03..19e0f01 100644 | |
--- a/src/libwaitress/waitress.c | |
+++ b/src/libwaitress/waitress.c | |
@@ -1058,8 +1058,8 @@ WaitressReturn_t WaitressFetchCall (WaitressHandle_t *waith) { | |
/* certificate verification function */ | |
gnutls_session_set_ptr (waith->request.tlsSession, | |
(gnutls_transport_ptr_t) waith); | |
- gnutls_certificate_set_verify_function (waith->tlsCred, | |
- WaitressTlsVerify); | |
+ /*gnutls_certificate_set_verify_function (waith->tlsCred, | |
+ WaitressTlsVerify);*/ | |
} | |
/* request */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment