mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
406efcfe3b
is actively maintained by members of the OpenBSD project.
15 lines
401 B
Plaintext
15 lines
401 B
Plaintext
diff -ru /home/green/ssh/auth-rsa.c ./auth-rsa.c
|
|
--- /home/green/ssh/auth-rsa.c Wed Nov 3 03:36:00 1999
|
|
+++ ./auth-rsa.c Mon Nov 8 00:06:40 1999
|
|
@@ -25,8 +25,8 @@
|
|
#include "mpaux.h"
|
|
#include "uidswap.h"
|
|
|
|
-#include <ssl/rsa.h>
|
|
-#include <ssl/md5.h>
|
|
+#include <openssl/rsa.h>
|
|
+#include <openssl/md5.h>
|
|
|
|
/* Flags that may be set in authorized_keys options. */
|
|
extern int no_port_forwarding_flag;
|