summaryrefslogtreecommitdiff
path: root/security/openssh/files/patch-ah
blob: 0ebde6715cb93814711bf3242f9432a335b27d3d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff -ru /home/green/ssh/cipher.h ./cipher.h
--- /home/green/ssh/cipher.h	Sun Oct  3 03:39:00 1999
+++ ./cipher.h	Mon Nov  8 00:06:40 1999
@@ -16,8 +16,8 @@
 #ifndef CIPHER_H
 #define CIPHER_H
 
-#include <ssl/des.h>
-#include <ssl/blowfish.h>
+#include <openssl/des.h>
+#include <openssl/blowfish.h>
 
 /* Cipher types.  New types can be added, but old types should not be removed
    for compatibility.  The maximum allowed value is 31. */