diff options
author | tb <> | 2023-08-01 17:19:49 +0000 |
---|---|---|
committer | tb <> | 2023-08-01 17:19:49 +0000 |
commit | e2a475ded402d85f193b312184622480592d54d4 (patch) | |
tree | 268e9e97585a83368ddd1d180fbadc0d4dc608f0 /src/regress/lib | |
parent | 2ba777b8828dfdfc3a7a4c7048e55ea4cb4b4b66 (diff) | |
download | openbsd-e2a475ded402d85f193b312184622480592d54d4.tar.gz openbsd-e2a475ded402d85f193b312184622480592d54d4.tar.bz2 openbsd-e2a475ded402d85f193b312184622480592d54d4.zip |
Remove unused prototype
Diffstat (limited to 'src/regress/lib')
-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, |