diff options
author | tb <> | 2024-10-09 10:27:52 +0000 |
---|---|---|
committer | tb <> | 2024-10-09 10:27:52 +0000 |
commit | cfd728c5a97ca3e7c2f9e6fe34520598cfa3be3d (patch) | |
tree | 1908aed0f482f04af43efee9a4db6cc79c275ea3 /src | |
parent | a69424d4ea2acbd45593a31af2d313da4acafa31 (diff) | |
download | openbsd-cfd728c5a97ca3e7c2f9e6fe34520598cfa3be3d.tar.gz openbsd-cfd728c5a97ca3e7c2f9e6fe34520598cfa3be3d.tar.bz2 openbsd-cfd728c5a97ca3e7c2f9e6fe34520598cfa3be3d.zip |
Remove SSL_R_TRIED_TO_USE_UNSUPPORTED_CIPHER
Nothing uses this and it collides with ALPN
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libssl/ssl.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl.h b/src/lib/libssl/ssl.h index 41d34d9d5e..cf8c051ba4 100644 --- a/src/lib/libssl/ssl.h +++ b/src/lib/libssl/ssl.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssl.h,v 1.243 2024/10/09 08:00:29 tb Exp $ */ | 1 | /* $OpenBSD: ssl.h,v 1.244 2024/10/09 10:27:52 tb 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 | * |
@@ -2268,7 +2268,6 @@ void ERR_load_SSL_strings(void); | |||
2268 | #define SSL_R_TLS_INVALID_ECPOINTFORMAT_LIST 157 | 2268 | #define SSL_R_TLS_INVALID_ECPOINTFORMAT_LIST 157 |
2269 | #define SSL_R_TLS_PEER_DID_NOT_RESPOND_WITH_CERTIFICATE_LIST 233 | 2269 | #define SSL_R_TLS_PEER_DID_NOT_RESPOND_WITH_CERTIFICATE_LIST 233 |
2270 | #define SSL_R_TLS_RSA_ENCRYPTED_VALUE_LENGTH_IS_WRONG 234 | 2270 | #define SSL_R_TLS_RSA_ENCRYPTED_VALUE_LENGTH_IS_WRONG 234 |
2271 | #define SSL_R_TRIED_TO_USE_UNSUPPORTED_CIPHER 235 | ||
2272 | #define SSL_R_UNABLE_TO_DECODE_DH_CERTS 236 | 2271 | #define SSL_R_UNABLE_TO_DECODE_DH_CERTS 236 |
2273 | #define SSL_R_UNABLE_TO_DECODE_ECDH_CERTS 313 | 2272 | #define SSL_R_UNABLE_TO_DECODE_ECDH_CERTS 313 |
2274 | #define SSL_R_UNABLE_TO_EXTRACT_PUBLIC_KEY 237 | 2273 | #define SSL_R_UNABLE_TO_EXTRACT_PUBLIC_KEY 237 |