]> andersk Git - openssh.git/blobdiff - fingerprint.c
- Reduce diff against OpenBSD source
[openssh.git] / fingerprint.c
index 57728482cd534ce6f9a1d3847baa92375a501bd5..88d99bfc16c72fb988664b125322994371f870b2 100644 (file)
@@ -32,12 +32,7 @@ RCSID("$Id$");
 
 #include "ssh.h"
 #include "xmalloc.h"
-#ifdef HAVE_OPENSSL
 #include <openssl/md5.h>
-#endif
-#ifdef HAVE_SSL
-#include <ssl/md5.h>
-#endif
 
 #define FPRINT "%02x:%02x:%02x:%02x:%02x:%02x:%02x:%02x:%02x:%02x:%02x:%02x:%02x:%02x:%02x:%02x"
 
This page took 0.026003 seconds and 4 git commands to generate.