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-ag

13 lines
303 B
Plaintext
Raw Normal View History

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?