From 7f6ea0264d01aa40b20df8dc75141631479da054 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Thu, 28 Oct 1999 13:25:17 +1000 Subject: - Integrated patch from Dan Brosemer - Build fixes - Autoconf - Change binary names to open* - Fixed autoconf script to detect PAM on RH6.1 - Added tests for libpwdb, and OpenBSD functions to autoconf (not used yet) --- rsa.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'rsa.h') diff --git a/rsa.h b/rsa.h index 6aaabfae..98a183f5 100644 --- a/rsa.h +++ b/rsa.h @@ -13,13 +13,21 @@ RSA key generation, encryption and decryption. */ -/* RCSID("$Id: rsa.h,v 1.1 1999/10/27 03:42:44 damien Exp $"); */ +/* RCSID("$Id: rsa.h,v 1.2 1999/10/28 03:25:17 damien Exp $"); */ +#include "config.h" #ifndef RSA_H #define RSA_H +#ifdef HAVE_OPENSSL #include #include +#endif + +#ifdef HAVE_SSL +#include +#include +#endif /* Calls SSL RSA_generate_key, only copies to prv and pub */ void rsa_generate_key(RSA *prv, RSA *pub, unsigned int bits); -- cgit v1.2.3