From: tedu Date: Wed, 7 Jan 2015 19:53:34 +0000 (+0000) Subject: bcallah noticed the ifndef guard for headers was wrong. don't fix, just X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=5e4b502972005db5d9cda930b8385586cef9c8ae;p=openbsd bcallah noticed the ifndef guard for headers was wrong. don't fix, just remove it, and put these includes up with their friends. --- diff --git a/usr.bin/signify/signify.c b/usr.bin/signify/signify.c index 2a431d6bfed..7f13eca0fa7 100644 --- a/usr.bin/signify/signify.c +++ b/usr.bin/signify/signify.c @@ -1,4 +1,4 @@ -/* $OpenBSD: signify.c,v 1.95 2014/12/29 14:35:04 tedu Exp $ */ +/* $OpenBSD: signify.c,v 1.96 2015/01/07 19:53:34 tedu Exp $ */ /* * Copyright (c) 2013 Ted Unangst * @@ -24,6 +24,8 @@ #include #include #include +#include +#include #include #include #include @@ -31,10 +33,6 @@ #include #include "crypto_api.h" -#ifndef VERIFY_ONLY -#include -#include -#endif #define SIGBYTES crypto_sign_ed25519_BYTES #define SECRETBYTES crypto_sign_ed25519_SECRETKEYBYTES