summaryrefslogtreecommitdiff
path: root/security/openssh/files/patch-af
blob: 15308eb40dba4dade58c2d8187bc7a5f37f98de5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
diff -ru /home/green/ssh/bufaux.c ./bufaux.c
--- /home/green/ssh/bufaux.c	Wed Nov  3 03:36:00 1999
+++ ./bufaux.c	Mon Nov  8 00:06:40 1999
@@ -18,7 +18,7 @@
 RCSID("$Id: bufaux.c,v 1.3 1999/11/02 19:42:35 markus Exp $");
 
 #include "ssh.h"
-#include <ssl/bn.h>
+#include <openssl/bn.h>
 #include "bufaux.h"
 #include "xmalloc.h"
 #include "getput.h"