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/dh/dh.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/lib/libcrypto/dh/dh.h') diff --git a/src/lib/libcrypto/dh/dh.h b/src/lib/libcrypto/dh/dh.h index c7f4d3fdd0..4e4fdcd982 100644 --- a/src/lib/libcrypto/dh/dh.h +++ b/src/lib/libcrypto/dh/dh.h @@ -1,4 +1,4 @@ -/* $OpenBSD: dh.h,v 1.33 2022/06/27 12:31:38 tb Exp $ */ +/* $OpenBSD: dh.h,v 1.34 2022/07/07 13:01:28 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -143,9 +143,7 @@ int DH_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func); int DH_set_ex_data(DH *d, int idx, void *arg); void *DH_get_ex_data(DH *d, int idx); -#ifdef LIBRESSL_INTERNAL int DH_security_bits(const DH *dh); -#endif ENGINE *DH_get0_engine(DH *d); void DH_get0_pqg(const DH *dh, const BIGNUM **p, const BIGNUM **q, -- cgit v1.2.3-55-g6feb