From: naddy Date: Tue, 16 Jan 2018 21:42:40 +0000 (+0000) Subject: g/c unused defines that were only used by nacl's SHA-512 implementation X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=2d2e44b74d1945023679636aa15296bdcb9d20b0;p=openbsd g/c unused defines that were only used by nacl's SHA-512 implementation ok tedu@ --- diff --git a/usr.bin/signify/crypto_api.h b/usr.bin/signify/crypto_api.h index d7b0a2e0801..540a7c21b61 100644 --- a/usr.bin/signify/crypto_api.h +++ b/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);