summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/rsa.h
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2000-04-12 09:39:11 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2000-04-12 09:39:11 +0000
commit46e7e80a63889bcfb56bc88772e98bdd1c91925f (patch)
tree817476a146fbe324a12fbc894591eb2419a16467 /usr.bin/ssh/rsa.h
parent47943a8d442eedf7143cb0554d517561863e52d8 (diff)
#include <ssl/foo.h> -> <openssh/foo.h>
Diffstat (limited to 'usr.bin/ssh/rsa.h')
-rw-r--r--usr.bin/ssh/rsa.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/rsa.h b/usr.bin/ssh/rsa.h
index 2e33cee5081..5765d4aac36 100644
--- a/usr.bin/ssh/rsa.h
+++ b/usr.bin/ssh/rsa.h
@@ -13,13 +13,13 @@
*
*/
-/* RCSID("$Id: rsa.h,v 1.4 1999/11/24 19:53:50 markus Exp $"); */
+/* RCSID("$Id: rsa.h,v 1.5 2000/04/12 09:39:10 markus Exp $"); */
#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);