| commit | 3eeaab4bed46e3320947d0f609b82007b65b5a46 | [log] [tgz] |
|---|---|---|
| author | Nils Larsch <nils@openssl.org> | Sat Jul 16 12:37:36 2005 +0000 |
| committer | Nils Larsch <nils@openssl.org> | Sat Jul 16 12:37:36 2005 +0000 |
| tree | 3d5136c2646cb283e543b4db9cb47eb997bd4132 | |
| parent | 57eb1d32508b2debfbab605ebf9ac156c4008272 [diff] [blame] |
make
./configure no-deprecated [no-dsa] [no-dh] [no-ec] [no-rsa]
make depend all test
work again
PR: 1159
diff --git a/apps/dsa.c b/apps/dsa.c index b6f0ed3..a5ec5d7 100644 --- a/apps/dsa.c +++ b/apps/dsa.c
@@ -56,6 +56,7 @@ * [including the GNU Public Licence.] */ +#include <openssl/opensslconf.h> /* for OPENSSL_NO_DSA */ #ifndef OPENSSL_NO_DSA #include <stdio.h> #include <stdlib.h>