Really add the EVP and all of the DES changes.
[openssl.git] / crypto / dsa / dsa_gen.c
index 7440e917a5db53a3dbe07e8a65d146d2ed25d048..0dc00191ab8d1832428e4ddad6692723a96d4c1e 100644 (file)
@@ -78,6 +78,7 @@
 #include <openssl/bn.h>
 #include <openssl/dsa.h>
 #include <openssl/rand.h>
+#include <openssl/sha.h>
 
 DSA *DSA_generate_parameters(int bits,
                unsigned char *seed_in, int seed_len,