summaryrefslogtreecommitdiff
path: root/ssh-dss.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-dss.c')
-rw-r--r--ssh-dss.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/ssh-dss.c b/ssh-dss.c
index a8d45a2b4..448f704f6 100644
--- a/ssh-dss.c
+++ b/ssh-dss.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssh-dss.c,v 1.22 2006/07/22 20:48:23 stevesk Exp $ */ 1/* $OpenBSD: ssh-dss.c,v 1.23 2006/08/03 03:34:42 deraadt Exp $ */
2/* 2/*
3 * Copyright (c) 2000 Markus Friedl. All rights reserved. 3 * Copyright (c) 2000 Markus Friedl. All rights reserved.
4 * 4 *
@@ -25,6 +25,8 @@
25 25
26#include "includes.h" 26#include "includes.h"
27 27
28#include <sys/types.h>
29
28#include <openssl/bn.h> 30#include <openssl/bn.h>
29#include <openssl/evp.h> 31#include <openssl/evp.h>
30 32
@@ -32,7 +34,6 @@
32 34
33#include "xmalloc.h" 35#include "xmalloc.h"
34#include "buffer.h" 36#include "buffer.h"
35#include "bufaux.h"
36#include "compat.h" 37#include "compat.h"
37#include "log.h" 38#include "log.h"
38#include "key.h" 39#include "key.h"