1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/security/openssh/files/patch-ac
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

15 lines
401 B
Plaintext

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;