tedu unused macro.
authorespie <espie@openbsd.org>
Mon, 6 Jan 2014 01:50:54 +0000 (01:50 +0000)
committerespie <espie@openbsd.org>
Mon, 6 Jan 2014 01:50:54 +0000 (01:50 +0000)
okay tedu@

usr.bin/signify/signify.c

index 66449b5..c95fd79 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: signify.c,v 1.11 2014/01/03 17:14:47 tedu Exp $ */
+/* $OpenBSD: signify.c,v 1.12 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