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
351 B
Plaintext
13 lines
351 B
Plaintext
diff -ru /home/green/ssh/bufaux.c ./bufaux.c
|
|
--- /home/green/ssh/bufaux.c Wed Nov 3 03:36:00 1999
|
|
+++ ./bufaux.c Mon Nov 8 00:06:40 1999
|
|
@@ -18,7 +18,7 @@
|
|
RCSID("$Id: bufaux.c,v 1.3 1999/11/02 19:42:35 markus Exp $");
|
|
|
|
#include "ssh.h"
|
|
-#include <ssl/bn.h>
|
|
+#include <openssl/bn.h>
|
|
#include "bufaux.h"
|
|
#include "xmalloc.h"
|
|
#include "getput.h"
|