diff options
-rw-r--r-- | src/regress/lib/libcrypto/ec/ec_point_conversion.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/regress/lib/libcrypto/ec/ec_point_conversion.c b/src/regress/lib/libcrypto/ec/ec_point_conversion.c index e65e686da7..001e8a0320 100644 --- a/src/regress/lib/libcrypto/ec/ec_point_conversion.c +++ b/src/regress/lib/libcrypto/ec/ec_point_conversion.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ec_point_conversion.c,v 1.13 2023/04/26 09:31:12 tb Exp $ */ | 1 | /* $OpenBSD: ec_point_conversion.c,v 1.14 2023/08/01 17:19:49 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2021 Theo Buehler <tb@openbsd.org> | 3 | * Copyright (c) 2021 Theo Buehler <tb@openbsd.org> |
4 | * Copyright (c) 2021 Joel Sing <jsing@openbsd.org> | 4 | * Copyright (c) 2021 Joel Sing <jsing@openbsd.org> |
@@ -24,8 +24,6 @@ | |||
24 | #include <openssl/ec.h> | 24 | #include <openssl/ec.h> |
25 | #include <openssl/objects.h> | 25 | #include <openssl/objects.h> |
26 | 26 | ||
27 | int bn_rand_interval(BIGNUM *, const BIGNUM *, const BIGNUM *); | ||
28 | |||
29 | int forms[] = { | 27 | int forms[] = { |
30 | POINT_CONVERSION_COMPRESSED, | 28 | POINT_CONVERSION_COMPRESSED, |
31 | POINT_CONVERSION_UNCOMPRESSED, | 29 | POINT_CONVERSION_UNCOMPRESSED, |