X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fdsa%2Fdsa_depr.c;fp=crypto%2Fdsa%2Fdsa_depr.c;h=93f5ad41e30db7ebc829740d4446649da2f3db4b;hp=5c8f9af2b9913c6d619e3253414a64f31e053b16;hb=705536e2b5c4167dbda2e0046d83f9e0f4a65514;hpb=7165593ce5a07a6860d4d408ad640ee707172936 diff --git a/crypto/dsa/dsa_depr.c b/crypto/dsa/dsa_depr.c index 5c8f9af2b9..93f5ad41e3 100644 --- a/crypto/dsa/dsa_depr.c +++ b/crypto/dsa/dsa_depr.c @@ -26,17 +26,14 @@ #define xxxHASH EVP_sha1() #include -#ifdef OPENSSL_NO_DEPRECATED_0_9_8 -NON_EMPTY_TRANSLATION_UNIT -#else -# include -# include -# include "internal/cryptlib.h" -# include -# include -# include -# include +#include +#include +#include "internal/cryptlib.h" +#include +#include +#include +#include DSA *DSA_generate_parameters(int bits, unsigned char *seed_in, int seed_len, @@ -65,4 +62,3 @@ err: DSA_free(ret); return NULL; } -#endif