From 144c180757b1433631a8e64a3dd86b9e3364d97c Mon Sep 17 00:00:00 2001 From: tb <> Date: Thu, 7 Jul 2022 13:01:28 +0000 Subject: Expose new API in headers. These are mostly security-level related, but there are also ASN1_TIME and ASN_INTEGER functions here, as well as some missing accessors. ok jsing --- src/lib/libcrypto/rsa/rsa.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/lib/libcrypto/rsa/rsa.h') diff --git a/src/lib/libcrypto/rsa/rsa.h b/src/lib/libcrypto/rsa/rsa.h index 8e19da2c7f..888902d18c 100644 --- a/src/lib/libcrypto/rsa/rsa.h +++ b/src/lib/libcrypto/rsa/rsa.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rsa.h,v 1.56 2022/06/27 12:30:28 tb Exp $ */ +/* $OpenBSD: rsa.h,v 1.57 2022/07/07 13:01:28 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -372,9 +372,7 @@ int RSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, int RSA_set_ex_data(RSA *r, int idx, void *arg); void *RSA_get_ex_data(const RSA *r, int idx); -#ifdef LIBRESSL_INTERNAL int RSA_security_bits(const RSA *rsa); -#endif void RSA_get0_key(const RSA *r, const BIGNUM **n, const BIGNUM **e, const BIGNUM **d); -- cgit v1.2.3-55-g6feb