summaryrefslogtreecommitdiffstats
path: root/crypto_api.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto_api.h')
-rw-r--r--crypto_api.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/crypto_api.h b/crypto_api.h
index 5c3d97ea..5d552ef0 100644
--- a/crypto_api.h
+++ b/crypto_api.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: crypto_api.h,v 1.7 2021/01/08 02:33:13 dtucker Exp $ */
+/* $OpenBSD: crypto_api.h,v 1.8 2023/01/15 23:05:32 djm Exp $ */
/*
* Assembled from generated headers and source files by Markus Friedl.
@@ -32,8 +32,6 @@ typedef uint64_t crypto_uint64;
int crypto_hash_sha512(unsigned char *, const unsigned char *,
unsigned long long);
-int crypto_verify_32(const unsigned char *, const unsigned char *);
-
#define crypto_sign_ed25519_SECRETKEYBYTES 64U
#define crypto_sign_ed25519_PUBLICKEYBYTES 32U
#define crypto_sign_ed25519_BYTES 64U