summaryrefslogtreecommitdiff
path: root/crypto/openssh/fingerprint.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/fingerprint.c')
-rw-r--r--crypto/openssh/fingerprint.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/openssh/fingerprint.c b/crypto/openssh/fingerprint.c
index c001ca2b86e2..4b0966d91557 100644
--- a/crypto/openssh/fingerprint.c
+++ b/crypto/openssh/fingerprint.c
@@ -28,11 +28,11 @@
*/
#include "includes.h"
-RCSID("$Id: fingerprint.c,v 1.5 2000/03/16 20:56:14 markus Exp $");
+RCSID("$Id: fingerprint.c,v 1.6 2000/04/12 09:39:10 markus Exp $");
#include "ssh.h"
#include "xmalloc.h"
-#include <ssl/md5.h>
+#include <openssl/md5.h>
#define FPRINT "%02x:%02x:%02x:%02x:%02x:%02x:%02x:%02x:%02x:%02x:%02x:%02x:%02x:%02x:%02x:%02x"