summaryrefslogtreecommitdiffstats
path: root/dsa.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-04-04 14:52:38 +1000
committerDamien Miller <djm@mindrot.org>2000-04-04 14:52:38 +1000
commit2acd082bc97f0f6d0a8ca510d3945b4262922ed3 (patch)
treeadcf578e1e5faa0e7e5424aa05524247dbfcf7aa /dsa.c
parent33b13568b520b25990261206e10c941a9270238f (diff)
Include fix
Diffstat (limited to 'dsa.c')
-rw-r--r--dsa.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/dsa.c b/dsa.c
index 99d8ceaf..eeb4ead1 100644
--- a/dsa.c
+++ b/dsa.c
@@ -28,7 +28,7 @@
*/
#include "includes.h"
-RCSID("$Id: dsa.c,v 1.1 2000/04/03 20:06:14 markus Exp $");
+RCSID("$Id: dsa.c,v 1.1 2000/04/04 04:39:01 damien Exp $");
#include "ssh.h"
#include "xmalloc.h"
@@ -44,6 +44,7 @@ RCSID("$Id: dsa.c,v 1.1 2000/04/03 20:06:14 markus Exp $");
# include <openssl/evp.h>
# include <openssl/bio.h>
# include <openssl/pem.h>
+# include <openssl/hmac.h>
#endif /* HAVE_OPENSSL */
#if HAVE_SSL
# include <ssl/bn.h>
@@ -53,9 +54,9 @@ RCSID("$Id: dsa.c,v 1.1 2000/04/03 20:06:14 markus Exp $");
# include <ssl/evp.h>
# include <ssl/bio.h>
# include <ssl/pem.h>
+# include <ssl/hmac.h>
#endif /* HAVE_SSL */
-#include <ssl/hmac.h>
#include "kex.h"
#include "key.h"