diff options
author | tb <> | 2022-07-07 13:04:39 +0000 |
---|---|---|
committer | tb <> | 2022-07-07 13:04:39 +0000 |
commit | 5e009dfe713c55ed16e6f4732b2c8b5931265537 (patch) | |
tree | 422ab320b32995a12bf5eaa4242be365549ec73e /src/lib/libssl/ssl_locl.h | |
parent | 014c4b9a93d4ce98e8161197494a805e095e70fc (diff) | |
download | openbsd-5e009dfe713c55ed16e6f4732b2c8b5931265537.tar.gz openbsd-5e009dfe713c55ed16e6f4732b2c8b5931265537.tar.bz2 openbsd-5e009dfe713c55ed16e6f4732b2c8b5931265537.zip |
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
Diffstat (limited to 'src/lib/libssl/ssl_locl.h')
-rw-r--r-- | src/lib/libssl/ssl_locl.h | 4 |
1 files changed, 1 insertions, 3 deletions
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 @@ | |||
1 | /* $OpenBSD: ssl_locl.h,v 1.411 2022/07/02 16:31:04 tb Exp $ */ | 1 | /* $OpenBSD: ssl_locl.h,v 1.412 2022/07/07 13:04:39 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 | * |
@@ -1293,8 +1293,6 @@ int ssl_cert_add1_chain_cert(SSL_CTX *ctx, SSL *ssl, X509 *cert); | |||
1293 | 1293 | ||
1294 | int ssl_security_default_cb(const SSL *ssl, const SSL_CTX *ctx, int op, | 1294 | int ssl_security_default_cb(const SSL *ssl, const SSL_CTX *ctx, int op, |
1295 | int bits, int nid, void *other, void *ex_data); | 1295 | int bits, int nid, void *other, void *ex_data); |
1296 | int ssl_security_dummy_cb(const SSL *ssl, const SSL_CTX *ctx, int op, | ||
1297 | int bits, int nid, void *other, void *ex_data); | ||
1298 | 1296 | ||
1299 | int ssl_security_cipher_check(const SSL *ssl, SSL_CIPHER *cipher); | 1297 | int ssl_security_cipher_check(const SSL *ssl, SSL_CIPHER *cipher); |
1300 | int ssl_security_shared_cipher(const SSL *ssl, SSL_CIPHER *cipher); | 1298 | int ssl_security_shared_cipher(const SSL *ssl, SSL_CIPHER *cipher); |