From 429da67d96a9ca12d121a7190aa504d0cd1fd7cc Mon Sep 17 00:00:00 2001 From: jsing <> Date: Wed, 23 Nov 2022 02:13:24 +0000 Subject: Remove bn_* defines/prototypes. These now come directly via bn_lcl.h. ok tb@ --- src/lib/libcrypto/ec/ec_lcl.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src') diff --git a/src/lib/libcrypto/ec/ec_lcl.h b/src/lib/libcrypto/ec/ec_lcl.h index dc005d0d23..3a4f6ad791 100644 --- a/src/lib/libcrypto/ec/ec_lcl.h +++ b/src/lib/libcrypto/ec/ec_lcl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ec_lcl.h,v 1.21 2022/11/22 21:54:01 tb Exp $ */ +/* $OpenBSD: ec_lcl.h,v 1.22 2022/11/23 02:13:24 jsing Exp $ */ /* * Originally written by Bodo Moeller for the OpenSSL project. */ @@ -86,9 +86,6 @@ __BEGIN_HIDDEN_DECLS # endif #endif -#define bn_wexpand(a,words) (((words) <= (a)->dmax)?(a):bn_expand2((a),(words))) -BIGNUM *bn_expand2(BIGNUM *a, int words); - /* Use default functions for poin2oct, oct2point and compressed coordinates */ #define EC_FLAGS_DEFAULT_OCT 0x1 -- cgit v1.2.3-55-g6feb