mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
406efcfe3b
is actively maintained by members of the OpenBSD project.
18 lines
441 B
Plaintext
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],
|