summaryrefslogtreecommitdiff
path: root/ssh-keysign.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-keysign.c')
-rw-r--r--ssh-keysign.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ssh-keysign.c b/ssh-keysign.c
index 017af5307..751d49a90 100644
--- a/ssh-keysign.c
+++ b/ssh-keysign.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssh-keysign.c,v 1.23 2006/04/02 08:34:52 dtucker Exp $ */ 1/* $OpenBSD: ssh-keysign.c,v 1.24 2006/07/06 16:03:53 stevesk Exp $ */
2/* 2/*
3 * Copyright (c) 2002 Markus Friedl. All rights reserved. 3 * Copyright (c) 2002 Markus Friedl. All rights reserved.
4 * 4 *
@@ -27,6 +27,7 @@
27#ifdef HAVE_PATHS_H 27#ifdef HAVE_PATHS_H
28#include <paths.h> 28#include <paths.h>
29#endif 29#endif
30#include <pwd.h>
30 31
31#include <openssl/evp.h> 32#include <openssl/evp.h>
32#include <openssl/rand.h> 33#include <openssl/rand.h>