1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/security/openssh/files/patch-as
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
281 B
Plaintext

diff -ru /home/green/ssh/ssh-agent.c ./ssh-agent.c
--- /home/green/ssh/ssh-agent.c Wed Nov 3 03:36:00 1999
+++ ./ssh-agent.c Mon Nov 8 00:06:40 1999
@@ -28,7 +28,7 @@
#include "getput.h"
#include "mpaux.h"
-#include <ssl/md5.h>
+#include <openssl/md5.h>
typedef struct
{