summaryrefslogtreecommitdiff
path: root/apps/dsa.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/dsa.c
parent298a2f9e58b9d4e86fc585ae6b68a50e750631ed (diff)
downloadopenssl-new-f0eae953e2a02a92674e39f5ff087c1f67afd7dc.tar.gz
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/dsa.c')
-rw-r--r--apps/dsa.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/dsa.c b/apps/dsa.c
index e9de3a3bdf..b6f0ed3d02 100644
--- a/apps/dsa.c
+++ b/apps/dsa.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 dsa_main