Fix error codes.

(cherry picked from commit 35d732fc2e)
This commit is contained in:
Dr. Stephen Henson
2013-02-04 21:13:18 +00:00
parent 8a5d624d5b
commit 25590043d1
5 changed files with 5 additions and 3 deletions

View File

@@ -1968,6 +1968,7 @@ void ERR_load_SSL_strings(void);
#define SSL_F_SSL_GET_NEW_SESSION 181
#define SSL_F_SSL_GET_PREV_SESSION 217
#define SSL_F_SSL_GET_SERVER_SEND_CERT 182
#define SSL_F_SSL_GET_SERVER_SEND_PKEY 317
#define SSL_F_SSL_GET_SIGN_PKEY 183
#define SSL_F_SSL_INIT_WBIO_BUFFER 184
#define SSL_F_SSL_LOAD_CLIENT_CA_FILE 185