summary refs log tree commit diff
path: root/src/usr.bin/signify/crypto_api.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr.bin/signify/crypto_api.h')
-rw-r--r--src/usr.bin/signify/crypto_api.h5
1 files changed, 1 insertions, 4 deletions
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);