aboutsummaryrefslogtreecommitdiff
path: root/apps/rsa.c
diff options
context:
space:
mode:
authorGeoff Thorpe <geoff@openssl.org>2004-05-17 19:05:32 +0000
committerGeoff Thorpe <geoff@openssl.org>2004-05-17 19:05:32 +0000
commitf0eae953e2a02a92674e39f5ff087c1f67afd7dc (patch)
tree8c142022422b3710995e1f077daf7150bbc019ea /apps/rsa.c
parent298a2f9e58b9d4e86fc585ae6b68a50e750631ed (diff)
downloadopenssl-f0eae953e2a02a92674e39f5ff087c1f67afd7dc.zip
openssl-f0eae953e2a02a92674e39f5ff087c1f67afd7dc.tar.gz
openssl-f0eae953e2a02a92674e39f5ff087c1f67afd7dc.tar.bz2
Remove some unnecessary recursive includes from the internal apps.h header,
and include bn.h in those C files that need bignum functionality.
Diffstat (limited to 'apps/rsa.c')
-rw-r--r--apps/rsa.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/rsa.c b/apps/rsa.c
index 0acdb08..afbe0b4 100644
--- a/apps/rsa.c
+++ b/apps/rsa.c
@@ -68,6 +68,7 @@
#include <openssl/evp.h>
#include <openssl/x509.h>
#include <openssl/pem.h>
+#include <openssl/bn.h>
#undef PROG
#define PROG rsa_main