1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/security/openssh/files/patch-an
Brian Feldman 406efcfe3b Say hello to OpenSSH! It's more secure, has a better license, and
is actively maintained by members of the OpenBSD project.
1999-11-08 06:20:54 +00:00

15 lines
398 B
Plaintext

diff -ru /home/green/ssh/rsa.h ./rsa.h
--- /home/green/ssh/rsa.h Wed Sep 29 03:42:00 1999
+++ ./rsa.h Mon Nov 8 00:06:40 1999
@@ -18,8 +18,8 @@
#ifndef RSA_H
#define RSA_H
-#include <ssl/bn.h>
-#include <ssl/rsa.h>
+#include <openssl/bn.h>
+#include <openssl/rsa.h>
/* Calls SSL RSA_generate_key, only copies to prv and pub */
void rsa_generate_key(RSA *prv, RSA *pub, unsigned int bits);