artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39c2a57
)
tedu unused macro.
author
espie
<espie@openbsd.org>
Mon, 6 Jan 2014 01:50:54 +0000
(
01:50
+0000)
committer
espie
<espie@openbsd.org>
Mon, 6 Jan 2014 01:50:54 +0000
(
01:50
+0000)
okay tedu@
usr.bin/signify/signify.c
patch
|
blob
|
history
diff --git
a/usr.bin/signify/signify.c
b/usr.bin/signify/signify.c
index
66449b5
..
c95fd79
100644
(file)
--- a/
usr.bin/signify/signify.c
+++ b/
usr.bin/signify/signify.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: signify.c,v 1.1
1 2014/01/03 17:14:47 tedu
Exp $ */
+/* $OpenBSD: signify.c,v 1.1
2 2014/01/06 01:50:54 espie
Exp $ */
/*
* Copyright (c) 2013 Ted Unangst <tedu@openbsd.org>
*
@@
-31,8
+31,6
@@
#include "crypto_api.h"
-#define streq(a, b) (strcmp(a, b) == 0)
-
#define SIGBYTES crypto_sign_ed25519_BYTES
#define SECRETBYTES crypto_sign_ed25519_SECRETKEYBYTES
#define PUBLICBYTES crypto_sign_ed25519_PUBLICKEYBYTES