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-ag
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
303 B
Plaintext

diff -ru /home/green/ssh/cipher.c ./cipher.c
--- /home/green/ssh/cipher.c Wed Nov 3 03:36:00 1999
+++ ./cipher.c Mon Nov 8 00:06:40 1999
@@ -17,7 +17,7 @@
#include "ssh.h"
#include "cipher.h"
-#include <ssl/md5.h>
+#include <openssl/md5.h>
/*
* What kind of tripple DES are these 2 routines?