summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordjm <djm>2013-12-18 06:48:32 +0000
committerdjm <djm>2013-12-18 06:48:32 +0000
commit6809dc5e7da823177dc4d77b21de8e0725ad8fbc (patch)
tree17f50828d818eaf781fa35148dfc383b8eafc42f
parent2b38b8933da69cc7fc375668440a6383f8573d3a (diff)
downloadopenssh-6809dc5e7da823177dc4d77b21de8e0725ad8fbc.tar.gz
- markus@cvs.openbsd.org 2013/12/09 11:08:17
[crypto_api.h] remove unused defines
-rw-r--r--ChangeLog3
-rw-r--r--crypto_api.h6
2 files changed, 4 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index a9705ad5..c019c0e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -18,6 +18,9 @@
All of the NaCl software is in the public domain.
and http://ed25519.cr.yp.to/software.html
The Ed25519 software is in the public domain.
+ - markus@cvs.openbsd.org 2013/12/09 11:08:17
+ [crypto_api.h]
+ remove unused defines
20131208
- (djm) [openbsd-compat/bsd-setres_id.c] Missing header; from Corinna
diff --git a/crypto_api.h b/crypto_api.h
index 633463dc..88668451 100644
--- a/crypto_api.h
+++ b/crypto_api.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: crypto_api.h,v 1.1 2013/12/06 13:39:49 markus Exp $ */
+/* $OpenBSD: crypto_api.h,v 1.2 2013/12/09 11:08:17 markus Exp $ */
/* Placed in the public domain. */
@@ -26,10 +26,6 @@ int crypto_hash_sha512(unsigned char *, const unsigned char *,
int crypto_verify_32(const unsigned char *, const unsigned char *);
-#define crypto_sign_BYTES crypto_sign_ed25519_BYTES
-#define crypto_sign_PUBLICKEYBYTES crypto_sign_ed25519_PUBLICKEYBYTES
-#define crypto_sign_SECRETKEYBYTES crypto_sign_ed25519_SECRETKEYBYTES
-
#define crypto_sign_ed25519_SECRETKEYBYTES 64U
#define crypto_sign_ed25519_PUBLICKEYBYTES 32U
#define crypto_sign_ed25519_BYTES 64U