summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh-keysign.c
diff options
context:
space:
mode:
authorstevesk <stevesk@openbsd.org>2006-02-08 12:15:27 +0000
committerstevesk <stevesk@openbsd.org>2006-02-08 12:15:27 +0000
commita0b0b69dc757711066434e4d0e1344e301e473e8 (patch)
treea80ab0c761cfd8ddf6a0a64717102045c688a520 /usr.bin/ssh/ssh-keysign.c
parentUse __LP64__ instead of __amd64__ for portability. (diff)
downloadwireguard-openbsd-a0b0b69dc757711066434e4d0e1344e301e473e8.tar.xz
wireguard-openbsd-a0b0b69dc757711066434e4d0e1344e301e473e8.zip
move #include <paths.h> out of includes.h; ok markus@
Diffstat (limited to 'usr.bin/ssh/ssh-keysign.c')
-rw-r--r--usr.bin/ssh/ssh-keysign.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/ssh/ssh-keysign.c b/usr.bin/ssh/ssh-keysign.c
index d26ec1e4fb6..afc669f9929 100644
--- a/usr.bin/ssh/ssh-keysign.c
+++ b/usr.bin/ssh/ssh-keysign.c
@@ -22,7 +22,9 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "includes.h"
-RCSID("$OpenBSD: ssh-keysign.c,v 1.19 2005/09/13 23:40:07 djm Exp $");
+RCSID("$OpenBSD: ssh-keysign.c,v 1.20 2006/02/08 12:15:27 stevesk Exp $");
+
+#include <paths.h>
#include <openssl/evp.h>
#include <openssl/rand.h>