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
385 B
Plaintext
13 lines
385 B
Plaintext
diff -ru /home/green/ssh/packet.h ./packet.h
|
|
--- /home/green/ssh/packet.h Tue Sep 28 03:45:00 1999
|
|
+++ ./packet.h Mon Nov 8 00:06:40 1999
|
|
@@ -18,7 +18,7 @@
|
|
#ifndef PACKET_H
|
|
#define PACKET_H
|
|
|
|
-#include <ssl/bn.h>
|
|
+#include <openssl/bn.h>
|
|
|
|
/* Sets the socket used for communication. Disables encryption until
|
|
packet_set_encryption_key is called. It is permissible that fd_in
|