1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-17 00:00:40 +00:00
freebsd-ports/security/openssh/files/patch-ae
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
366 B
Plaintext

diff -ru /home/green/ssh/authfile.c ./authfile.c
--- /home/green/ssh/authfile.c Tue Oct 12 03:47:00 1999
+++ ./authfile.c Mon Nov 8 00:06:40 1999
@@ -17,7 +17,7 @@
#include "includes.h"
RCSID("$Id: authfile.c,v 1.7 1999/10/11 20:00:35 markus Exp $");
-#include <ssl/bn.h>
+#include <openssl/bn.h>
#include "xmalloc.h"
#include "buffer.h"
#include "bufaux.h"