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

18 lines
441 B
Plaintext

diff -ru /home/green/ssh/mpaux.c ./mpaux.c
--- /home/green/ssh/mpaux.c Thu Oct 28 03:32:00 1999
+++ ./mpaux.c Mon Nov 8 00:06:40 1999
@@ -17,11 +17,11 @@
#include "includes.h"
RCSID("$Id: mpaux.c,v 1.4 1999/10/27 16:37:45 deraadt Exp $");
-#include <ssl/bn.h>
+#include <openssl/bn.h>
#include "getput.h"
#include "xmalloc.h"
-#include <ssl/md5.h>
+#include <openssl/md5.h>
void
compute_session_id(unsigned char session_id[16],