diff options
author | 2013-12-09 11:08:17 +0000 | |
---|---|---|
committer | 2013-12-09 11:08:17 +0000 | |
commit | 8ff1dbe1d1b71d62b57b63b991dd1c8d626c14bc (patch) | |
tree | 376822cbe16d6075f011801914b8095884038af1 | |
parent | Add Authors for the public domain ed25519/nacl code. (diff) | |
download | wireguard-openbsd-8ff1dbe1d1b71d62b57b63b991dd1c8d626c14bc.tar.xz wireguard-openbsd-8ff1dbe1d1b71d62b57b63b991dd1c8d626c14bc.zip |
remove unused defines
-rw-r--r-- | usr.bin/ssh/crypto_api.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.bin/ssh/crypto_api.h b/usr.bin/ssh/crypto_api.h index 633463dca97..88668451fa4 100644 --- a/usr.bin/ssh/crypto_api.h +++ b/usr.bin/ssh/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 |