summary refs log tree commit diff
path: root/src/usr.bin/signify/crypto_api.h
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2018-04-04 15:55:00 +0200
committerLeah Neukirchen <leah@vuxu.org>2018-04-04 15:55:00 +0200
commitcdf1838f473f4b3b2798675cc16766d0b64d229d (patch)
tree737a1c64097d173876ed8562ba05a40d208e6526 /src/usr.bin/signify/crypto_api.h
parent5f5e832093451347a2229a3fe8fcaf071de35d90 (diff)
downloadoutils-cdf1838f473f4b3b2798675cc16766d0b64d229d.tar.gz
outils-cdf1838f473f4b3b2798675cc16766d0b64d229d.tar.xz
outils-cdf1838f473f4b3b2798675cc16766d0b64d229d.zip
cvs update v0.7
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);