=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/crypto_api.h,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- src/usr.bin/ssh/crypto_api.h 2021/01/08 02:33:13 1.7 +++ src/usr.bin/ssh/crypto_api.h 2023/01/15 23:05:32 1.8 @@ -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. @@ -27,8 +27,6 @@ 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