Skip to content

Commit

Permalink
make update
Browse files Browse the repository at this point in the history
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from #23495)
  • Loading branch information
hlandau committed Feb 10, 2024
1 parent c9b0df2 commit f945986
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crypto/err/openssl.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1507,7 +1507,7 @@ SSL_R_PEER_DID_NOT_RETURN_A_CERTIFICATE:199:peer did not return a certificate
SSL_R_PEM_NAME_BAD_PREFIX:391:pem name bad prefix
SSL_R_PEM_NAME_TOO_SHORT:392:pem name too short
SSL_R_PIPELINE_FAILURE:406:pipeline failure
SSL_R_POLL_REQUEST_NOT_SUPPORTED:413:poll request not supported
SSL_R_POLL_REQUEST_NOT_SUPPORTED:418:poll request not supported
SSL_R_POST_HANDSHAKE_AUTH_ENCODING_ERR:278:post handshake auth encoding err
SSL_R_PRIVATE_KEY_MISMATCH:288:private key mismatch
SSL_R_PROTOCOL_IS_SHUTDOWN:207:protocol is shutdown
Expand Down
6 changes: 6 additions & 0 deletions doc/build.info
Original file line number Diff line number Diff line change
Expand Up @@ -2667,6 +2667,10 @@ DEPEND[html/man3/SSL_pending.html]=man3/SSL_pending.pod
GENERATE[html/man3/SSL_pending.html]=man3/SSL_pending.pod
DEPEND[man/man3/SSL_pending.3]=man3/SSL_pending.pod
GENERATE[man/man3/SSL_pending.3]=man3/SSL_pending.pod
DEPEND[html/man3/SSL_poll.html]=man3/SSL_poll.pod
GENERATE[html/man3/SSL_poll.html]=man3/SSL_poll.pod
DEPEND[man/man3/SSL_poll.3]=man3/SSL_poll.pod
GENERATE[man/man3/SSL_poll.3]=man3/SSL_poll.pod
DEPEND[html/man3/SSL_read.html]=man3/SSL_read.pod
GENERATE[html/man3/SSL_read.html]=man3/SSL_read.pod
DEPEND[man/man3/SSL_read.3]=man3/SSL_read.pod
Expand Down Expand Up @@ -3594,6 +3598,7 @@ html/man3/SSL_load_client_CA_file.html \
html/man3/SSL_new.html \
html/man3/SSL_new_stream.html \
html/man3/SSL_pending.html \
html/man3/SSL_poll.html \
html/man3/SSL_read.html \
html/man3/SSL_read_early_data.html \
html/man3/SSL_rstate_string.html \
Expand Down Expand Up @@ -4238,6 +4243,7 @@ man/man3/SSL_load_client_CA_file.3 \
man/man3/SSL_new.3 \
man/man3/SSL_new_stream.3 \
man/man3/SSL_pending.3 \
man/man3/SSL_poll.3 \
man/man3/SSL_read.3 \
man/man3/SSL_read_early_data.3 \
man/man3/SSL_rstate_string.3 \
Expand Down
2 changes: 1 addition & 1 deletion include/openssl/sslerr.h
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
# define SSL_R_PEM_NAME_BAD_PREFIX 391
# define SSL_R_PEM_NAME_TOO_SHORT 392
# define SSL_R_PIPELINE_FAILURE 406
# define SSL_R_POLL_REQUEST_NOT_SUPPORTED 413
# define SSL_R_POLL_REQUEST_NOT_SUPPORTED 418
# define SSL_R_POST_HANDSHAKE_AUTH_ENCODING_ERR 278
# define SSL_R_PRIVATE_KEY_MISMATCH 288
# define SSL_R_PROTOCOL_IS_SHUTDOWN 207
Expand Down

0 comments on commit f945986

Please sign in to comment.