From cdf1838f473f4b3b2798675cc16766d0b64d229d Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 4 Apr 2018 15:55:00 +0200 Subject: cvs update --- src/usr.bin/signify/crypto_api.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/usr.bin/signify/crypto_api.h') diff --git a/src/usr.bin/signify/crypto_api.h b/src/usr.bin/signify/crypto_api.h index d7b0a2e..540a7c2 100644 --- a/src/usr.bin/signify/crypto_api.h +++ b/src/usr.bin/signify/crypto_api.h @@ -1,4 +1,4 @@ -/* $OpenBSD: crypto_api.h,v 1.1 2014/07/22 00:41:19 deraadt Exp $ */ +/* $OpenBSD: crypto_api.h,v 1.2 2018/01/16 21:42:40 naddy Exp $ */ /* * Assembled from generated headers and source files by Markus Friedl. @@ -16,9 +16,6 @@ typedef uint32_t crypto_uint32; #define randombytes(buf, buf_len) arc4random_buf((buf), (buf_len)) -#define crypto_hashblocks_sha512_STATEBYTES 64U -#define crypto_hashblocks_sha512_BLOCKBYTES 128U - int crypto_hashblocks_sha512(unsigned char *, const unsigned char *, unsigned long long); -- cgit 1.4.1