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.
13 lines
281 B
Plaintext
13 lines
281 B
Plaintext
diff -ru /home/green/ssh/ssh-agent.c ./ssh-agent.c
|
|
--- /home/green/ssh/ssh-agent.c Wed Nov 3 03:36:00 1999
|
|
+++ ./ssh-agent.c Mon Nov 8 00:06:40 1999
|
|
@@ -28,7 +28,7 @@
|
|
#include "getput.h"
|
|
#include "mpaux.h"
|
|
|
|
-#include <ssl/md5.h>
|
|
+#include <openssl/md5.h>
|
|
|
|
typedef struct
|
|
{
|