diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2011-12-23 23:40:17 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2011-12-23 23:40:17 +0100 |
commit | 200e151edbbcbb164e7fe2a01a28a0c1c9108972 (patch) | |
tree | ba51f16352b0fab2911aae8298642a153aec82f6 /lib/ssl_client.h | |
parent | 792a93b417c24a206d8995ca8bf51482f20e997e (diff) |
tls_verify correction: Don't fail cert verification in non-GnuTLS modules
unless "cafile" setting is enabled.
Diffstat (limited to 'lib/ssl_client.h')
-rw-r--r-- | lib/ssl_client.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 |