summaryrefslogtreecommitdiffstats
path: root/crypto/ec/curve448/curve448_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/ec/curve448/curve448_local.h')
-rw-r--r--crypto/ec/curve448/curve448_local.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/crypto/ec/curve448/curve448_local.h b/crypto/ec/curve448/curve448_local.h
index b70a1b5406..5b3b71ff62 100644
--- a/crypto/ec/curve448/curve448_local.h
+++ b/crypto/ec/curve448/curve448_local.h
@@ -18,7 +18,4 @@ int ED448ph_verify(OPENSSL_CTX *ctx, const uint8_t hash[64],
const uint8_t signature[114], const uint8_t public_key[57],
const uint8_t *context, size_t context_len);
-int ED448_public_from_private(OPENSSL_CTX *ctx, uint8_t out_public_key[57],
- const uint8_t private_key[57]);
-
#endif /* OSSL_CRYPTO_EC_CURVE448_LOCAL_H */