]> andersk Git - openssh.git/blobdiff - auth-skey.c
- More reformatting merged from OpenBSD CVS
[openssh.git] / auth-skey.c
index d54f3d556803a9389a3ab2c59fb6b4bda88b9c15..4ff9561f2e7f0eb120db0f5cc4e7fd08b4ae33a1 100644 (file)
@@ -1,11 +1,15 @@
 #include "includes.h"
 
 #ifdef SKEY
-
 RCSID("$Id$");
 
 #include "ssh.h"
-#include <sha1.h>
+#ifdef HAVE_OPENSSL
+#include <openssl/sha1.h>
+#endif
+#ifdef HAVE_SSL
+#include <ssl/sha1.h>
+#endif
 
 /* from %OpenBSD: skeylogin.c,v 1.32 1999/08/16 14:46:56 millert Exp % */
 
This page took 0.047348 seconds and 4 git commands to generate.