1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-03 22:23:24 +00:00
freebsd-ports/security/openssh/files/patch-af
Brian Feldman 406efcfe3b Say hello to OpenSSH! It's more secure, has a better license, and
is actively maintained by members of the OpenBSD project.
1999-11-08 06:20:54 +00:00

13 lines
351 B
Plaintext

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"