mirror of https://github.com/openssl/openssl.git
Fix merge issue
Causes make update to fail. Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2634)
This commit is contained in:
parent
a34a9df071
commit
bb90d02a71
|
|
@ -2259,7 +2259,7 @@ int ERR_load_SSL_strings(void);
|
|||
# define SSL_F_TLS1_PRF 284
|
||||
# define SSL_F_TLS1_SETUP_KEY_BLOCK 211
|
||||
# define SSL_F_TLS1_SET_SERVER_SIGALGS 335
|
||||
# define SSL_F_TLS_CHOOSE_SIGALG 510
|
||||
# define SSL_F_TLS_CHOOSE_SIGALG 513
|
||||
# define SSL_F_TLS_CLIENT_KEY_EXCHANGE_POST_WORK 354
|
||||
# define SSL_F_TLS_COLLECT_EXTENSIONS 435
|
||||
# define SSL_F_TLS_CONSTRUCT_CERTIFICATE_REQUEST 372
|
||||
|
|
|
|||
Loading…
Reference in New Issue