diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2024-10-09 10:27:53 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2024-10-09 10:27:53 +0000 |
commit | 027f14f08cbf16475b40171a56e2ff04a4c96212 (patch) | |
tree | 1b7ae0677f527147ae64a6aa9aefdcc6c53504b5 /lib | |
parent | fda95ded0712cc490f848930197a2998203bc55e (diff) |
Remove SSL_R_TRIED_TO_USE_UNSUPPORTED_CIPHER
Nothing uses this and it collides with ALPN
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libssl/ssl.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libssl/ssl.h b/lib/libssl/ssl.h index 41d34d9d5e6..cf8c051ba4c 100644 --- a/lib/libssl/ssl.h +++ b/lib/libssl/ssl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ssl.h,v 1.243 2024/10/09 08:00:29 tb Exp $ */ +/* $OpenBSD: ssl.h,v 1.244 2024/10/09 10:27:52 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -2268,7 +2268,6 @@ void ERR_load_SSL_strings(void); #define SSL_R_TLS_INVALID_ECPOINTFORMAT_LIST 157 #define SSL_R_TLS_PEER_DID_NOT_RESPOND_WITH_CERTIFICATE_LIST 233 #define SSL_R_TLS_RSA_ENCRYPTED_VALUE_LENGTH_IS_WRONG 234 -#define SSL_R_TRIED_TO_USE_UNSUPPORTED_CIPHER 235 #define SSL_R_UNABLE_TO_DECODE_DH_CERTS 236 #define SSL_R_UNABLE_TO_DECODE_ECDH_CERTS 313 #define SSL_R_UNABLE_TO_EXTRACT_PUBLIC_KEY 237 |