diff options
author | beck <> | 2019-01-23 18:24:40 +0000 |
---|---|---|
committer | beck <> | 2019-01-23 18:24:40 +0000 |
commit | 03a77eef903481d4308502d32fca33a961c4bb3a (patch) | |
tree | c7932fb2fd1ea2ff0c3a210ddd7adf1eb94d4186 /src/lib/libssl/ssl_clnt.c | |
parent | 811354ae1302b7cd68c86866b02f4ab4cf11322b (diff) | |
download | openbsd-03a77eef903481d4308502d32fca33a961c4bb3a.tar.gz openbsd-03a77eef903481d4308502d32fca33a961c4bb3a.tar.bz2 openbsd-03a77eef903481d4308502d32fca33a961c4bb3a.zip |
revert previous, accidentally contained another diff in addition
to the one I intended to commit
Diffstat (limited to 'src/lib/libssl/ssl_clnt.c')
-rw-r--r-- | src/lib/libssl/ssl_clnt.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/libssl/ssl_clnt.c b/src/lib/libssl/ssl_clnt.c index ee26a200b1..26755d7c03 100644 --- a/src/lib/libssl/ssl_clnt.c +++ b/src/lib/libssl/ssl_clnt.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssl_clnt.c,v 1.53 2019/01/23 16:46:04 beck Exp $ */ | 1 | /* $OpenBSD: ssl_clnt.c,v 1.54 2019/01/23 18:24:40 beck Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -1680,8 +1680,7 @@ ssl3_get_certificate_request(SSL *s) | |||
1680 | SSLerror(s, SSL_R_DATA_LENGTH_TOO_LONG); | 1680 | SSLerror(s, SSL_R_DATA_LENGTH_TOO_LONG); |
1681 | goto err; | 1681 | goto err; |
1682 | } | 1682 | } |
1683 | if (!tls1_process_sigalgs(s, &sigalgs, tls12_sigalgs, | 1683 | if (!tls1_process_sigalgs(s, &sigalgs)) { |
1684 | tls12_sigalgs_len)) { | ||
1685 | ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_DECODE_ERROR); | 1684 | ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_DECODE_ERROR); |
1686 | SSLerror(s, SSL_R_SIGNATURE_ALGORITHMS_ERROR); | 1685 | SSLerror(s, SSL_R_SIGNATURE_ALGORITHMS_ERROR); |
1687 | goto err; | 1686 | goto err; |