aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/openssl/openssl/ssl.h
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/openssl/openssl/ssl.h')
-rw-r--r--thirdparty/openssl/openssl/ssl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/openssl/openssl/ssl.h b/thirdparty/openssl/openssl/ssl.h
index 90aeb0ce4..3cf96a239 100644
--- a/thirdparty/openssl/openssl/ssl.h
+++ b/thirdparty/openssl/openssl/ssl.h
@@ -1727,7 +1727,7 @@ extern "C" {
# define SSL_ST_BEFORE 0x4000
# define SSL_ST_OK 0x03
# define SSL_ST_RENEGOTIATE (0x04|SSL_ST_INIT)
-# define SSL_ST_ERR 0x05
+# define SSL_ST_ERR (0x05|SSL_ST_INIT)
# define SSL_CB_LOOP 0x01
# define SSL_CB_EXIT 0x02