summaryrefslogtreecommitdiff
path: root/security/openssh/files/patch-ag
blob: 8effd22ebf7421688dc42f791f816ef09f7d0f30 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
diff -ru /home/green/ssh/cipher.c ./cipher.c
--- /home/green/ssh/cipher.c	Wed Nov  3 03:36:00 1999
+++ ./cipher.c	Mon Nov  8 00:06:40 1999
@@ -17,7 +17,7 @@
 #include "ssh.h"
 #include "cipher.h"
 
-#include <ssl/md5.h>
+#include <openssl/md5.h>
 
 /*
  * What kind of tripple DES are these 2 routines?