mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-17 00:00:40 +00:00
406efcfe3b
is actively maintained by members of the OpenBSD project.
13 lines
366 B
Plaintext
13 lines
366 B
Plaintext
diff -ru /home/green/ssh/authfile.c ./authfile.c
|
|
--- /home/green/ssh/authfile.c Tue Oct 12 03:47:00 1999
|
|
+++ ./authfile.c Mon Nov 8 00:06:40 1999
|
|
@@ -17,7 +17,7 @@
|
|
#include "includes.h"
|
|
RCSID("$Id: authfile.c,v 1.7 1999/10/11 20:00:35 markus Exp $");
|
|
|
|
-#include <ssl/bn.h>
|
|
+#include <openssl/bn.h>
|
|
#include "xmalloc.h"
|
|
#include "buffer.h"
|
|
#include "bufaux.h"
|