From 200e151edbbcbb164e7fe2a01a28a0c1c9108972 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Fri, 23 Dec 2011 23:40:17 +0100 Subject: tls_verify correction: Don't fail cert verification in non-GnuTLS modules unless "cafile" setting is enabled. --- lib/ssl_client.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/ssl_client.h') diff --git a/lib/ssl_client.h b/lib/ssl_client.h index d8822143..206fe9cb 100644 --- a/lib/ssl_client.h +++ b/lib/ssl_client.h @@ -36,8 +36,6 @@ /* Some generic error codes. Especially SSL_AGAIN is important if you want to do asynchronous I/O. */ -#define NSS_VERIFY_ERROR -2 -#define OPENSSL_VERIFY_ERROR -1 #define SSL_OK 0 #define SSL_NOHANDSHAKE 1 #define SSL_AGAIN 2 -- cgit v1.2.3