sync with OpenBSD -current

This commit is contained in:
purplerain 2024-03-02 19:33:09 +00:00
parent efa57bf0d2
commit d178ff6848
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
153 changed files with 982 additions and 11182 deletions

View file

@ -1,4 +1,4 @@
/* $OpenBSD: ssl_ciph.c,v 1.139 2024/02/03 15:58:33 beck Exp $ */
/* $OpenBSD: ssl_ciph.c,v 1.140 2024/03/02 11:45:51 tb Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@ -1341,20 +1341,6 @@ ssl_create_cipher_list(const SSL_METHOD *ssl_method,
return ret;
}
const SSL_CIPHER *
SSL_CIPHER_get_by_id(unsigned int id)
{
return ssl3_get_cipher_by_id(id);
}
LSSL_ALIAS(SSL_CIPHER_get_by_id);
const SSL_CIPHER *
SSL_CIPHER_get_by_value(uint16_t value)
{
return ssl3_get_cipher_by_value(value);
}
LSSL_ALIAS(SSL_CIPHER_get_by_value);
char *
SSL_CIPHER_description(const SSL_CIPHER *cipher, char *buf, int len)
{