summaryrefslogtreecommitdiffstats
path: root/ssl/ssl.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-03-12 14:50:55 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-03-12 14:50:55 +0000
commit48819f4d545a16fbfd45a0eb22fb93e08a3a6096 (patch)
treec1c98852f76544a9256aa37c4892b1b411ad35e4 /ssl/ssl.h
parentb0cbdd3ebab2df6bd18f3df3150c7bccc0fc8629 (diff)
fix error code
Diffstat (limited to 'ssl/ssl.h')
-rw-r--r--ssl/ssl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ssl/ssl.h b/ssl/ssl.h
index 590a369fa3..eb50e14efd 100644
--- a/ssl/ssl.h
+++ b/ssl/ssl.h
@@ -1682,6 +1682,7 @@ void ERR_load_SSL_strings(void);
#define SSL_F_DTLS1_ACCEPT 246
#define SSL_F_DTLS1_ADD_CERT_TO_BUF 280
#define SSL_F_DTLS1_BUFFER_RECORD 247
+#define SSL_F_DTLS1_CHECK_TIMEOUT_NUM 293
#define SSL_F_DTLS1_CLIENT_HELLO 248
#define SSL_F_DTLS1_CONNECT 249
#define SSL_F_DTLS1_ENC 250