Remove unused prototype
authortb <tb@openbsd.org>
Tue, 1 Aug 2023 17:19:49 +0000 (17:19 +0000)
committertb <tb@openbsd.org>
Tue, 1 Aug 2023 17:19:49 +0000 (17:19 +0000)
regress/lib/libcrypto/ec/ec_point_conversion.c

index e65e686..001e8a0 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: ec_point_conversion.c,v 1.13 2023/04/26 09:31:12 tb Exp $ */
+/*     $OpenBSD: ec_point_conversion.c,v 1.14 2023/08/01 17:19:49 tb Exp $ */
 /*
  * Copyright (c) 2021 Theo Buehler <tb@openbsd.org>
  * Copyright (c) 2021 Joel Sing <jsing@openbsd.org>
@@ -24,8 +24,6 @@
 #include <openssl/ec.h>
 #include <openssl/objects.h>
 
-int bn_rand_interval(BIGNUM *, const BIGNUM *, const BIGNUM *);
-
 int forms[] = {
        POINT_CONVERSION_COMPRESSED,
        POINT_CONVERSION_UNCOMPRESSED,