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-ad
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
330 B
Plaintext

diff -ru /home/green/ssh/authfd.c ./authfd.c
--- /home/green/ssh/authfd.c Fri Oct 15 03:34:00 1999
+++ ./authfd.c Mon Nov 8 00:06:40 1999
@@ -24,7 +24,7 @@
#include "xmalloc.h"
#include "getput.h"
-#include <ssl/rsa.h>
+#include <openssl/rsa.h>
/* Returns the number of the authentication fd, or -1 if there is none. */