diff options
author | Nils Larsch <nils@openssl.org> | 2005-07-16 14:37:36 +0200 |
---|---|---|
committer | Nils Larsch <nils@openssl.org> | 2005-07-16 14:37:36 +0200 |
commit | 3eeaab4bed46e3320947d0f609b82007b65b5a46 (patch) | |
tree | 3d5136c2646cb283e543b4db9cb47eb997bd4132 /apps/rsa.c | |
parent | add missing entries for "-multivalue-rdn" and "-utf8" in ca.pod and req.pod (diff) | |
download | openssl-3eeaab4bed46e3320947d0f609b82007b65b5a46.tar.xz openssl-3eeaab4bed46e3320947d0f609b82007b65b5a46.zip |
make
./configure no-deprecated [no-dsa] [no-dh] [no-ec] [no-rsa]
make depend all test
work again
PR: 1159
Diffstat (limited to 'apps/rsa.c')
-rw-r--r-- | apps/rsa.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/rsa.c b/apps/rsa.c index ee65720530..d5cb7b7212 100644 --- a/apps/rsa.c +++ b/apps/rsa.c @@ -56,6 +56,7 @@ * [including the GNU Public Licence.] */ +#include <openssl/opensslconf.h> #ifndef OPENSSL_NO_RSA #include <stdio.h> #include <stdlib.h> |