summaryrefslogtreecommitdiff
path: root/ssh-keysign.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-keysign.c')
-rw-r--r--ssh-keysign.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ssh-keysign.c b/ssh-keysign.c
index 89fdbda36..1ddb2a058 100644
--- a/ssh-keysign.c
+++ b/ssh-keysign.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssh-keysign.c,v 1.28 2006/07/26 13:57:17 stevesk Exp $ */ 1/* $OpenBSD: ssh-keysign.c,v 1.29 2006/08/03 03:34:42 deraadt Exp $ */
2/* 2/*
3 * Copyright (c) 2002 Markus Friedl. All rights reserved. 3 * Copyright (c) 2002 Markus Friedl. All rights reserved.
4 * 4 *
@@ -22,6 +22,7 @@
22 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 22 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
23 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 23 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24 */ 24 */
25
25#include "includes.h" 26#include "includes.h"
26 27
27#include <fcntl.h> 28#include <fcntl.h>
@@ -37,14 +38,13 @@
37#include <openssl/rand.h> 38#include <openssl/rand.h>
38#include <openssl/rsa.h> 39#include <openssl/rsa.h>
39 40
41#include "xmalloc.h"
40#include "log.h" 42#include "log.h"
41#include "key.h" 43#include "key.h"
42#include "ssh.h" 44#include "ssh.h"
43#include "ssh2.h" 45#include "ssh2.h"
44#include "misc.h" 46#include "misc.h"
45#include "xmalloc.h"
46#include "buffer.h" 47#include "buffer.h"
47#include "bufaux.h"
48#include "authfile.h" 48#include "authfile.h"
49#include "msg.h" 49#include "msg.h"
50#include "canohost.h" 50#include "canohost.h"