summaryrefslogtreecommitdiff
path: root/security/openssh/files/patch-ac
blob: e0c919165f9a60599f5a9612e100ae5349f2dbe8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff -ru /home/green/ssh/auth-rsa.c ./auth-rsa.c
--- /home/green/ssh/auth-rsa.c	Wed Nov  3 03:36:00 1999
+++ ./auth-rsa.c	Mon Nov  8 00:06:40 1999
@@ -25,8 +25,8 @@
 #include "mpaux.h"
 #include "uidswap.h"
 
-#include <ssl/rsa.h>
-#include <ssl/md5.h>
+#include <openssl/rsa.h>
+#include <openssl/md5.h>
 
 /* Flags that may be set in authorized_keys options. */
 extern int no_port_forwarding_flag;