]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
- markus@cvs.openbsd.org 2013/12/09 11:08:17
authorDamien Miller <djm@mindrot.org>
Wed, 18 Dec 2013 06:48:32 +0000 (17:48 +1100)
committerDamien Miller <djm@mindrot.org>
Wed, 18 Dec 2013 06:48:32 +0000 (17:48 +1100)
     [crypto_api.h]
     remove unused defines

ChangeLog
crypto_api.h

index a9705ad5b8d0b12796c2e7b65f263e2e5fdda009..c019c0e8335282e59a9932e68a1f1c82332c32eb 100644 (file)
--- 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
index 633463dca9704ee03c3759e645aab3fa9cb4682d..88668451fa40be62221b7213b8b30d615ba6a7a5 100644 (file)
@@ -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