mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-03 22:23:24 +00:00
406efcfe3b
is actively maintained by members of the OpenBSD project.
13 lines
303 B
Plaintext
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?
|