From 5e009dfe713c55ed16e6f4732b2c8b5931265537 Mon Sep 17 00:00:00 2001 From: tb <> Date: Thu, 7 Jul 2022 13:04:39 +0000 Subject: Unifdef LIBRESSL_HAS_SECURITY_LEVEL and remove some workarounds that are no longer needed now that libcrypto exposes the necessary security-bits API. ok jsing --- src/lib/libssl/ssl_locl.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/lib/libssl/ssl_locl.h') diff --git a/src/lib/libssl/ssl_locl.h b/src/lib/libssl/ssl_locl.h index 4f1862254b..7ac9ddebdd 100644 --- a/src/lib/libssl/ssl_locl.h +++ b/src/lib/libssl/ssl_locl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ssl_locl.h,v 1.411 2022/07/02 16:31:04 tb Exp $ */ +/* $OpenBSD: ssl_locl.h,v 1.412 2022/07/07 13:04:39 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -1293,8 +1293,6 @@ int ssl_cert_add1_chain_cert(SSL_CTX *ctx, SSL *ssl, X509 *cert); int ssl_security_default_cb(const SSL *ssl, const SSL_CTX *ctx, int op, int bits, int nid, void *other, void *ex_data); -int ssl_security_dummy_cb(const SSL *ssl, const SSL_CTX *ctx, int op, - int bits, int nid, void *other, void *ex_data); int ssl_security_cipher_check(const SSL *ssl, SSL_CIPHER *cipher); int ssl_security_shared_cipher(const SSL *ssl, SSL_CIPHER *cipher); -- cgit v1.2.3-55-g6feb