You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
266 B

  1. --- a/src/tls/val_secalgo.c
  2. +++ b/src/tls/val_secalgo.c
  3. @@ -72,6 +72,10 @@
  4. #include <openssl/engine.h>
  5. #endif
  6. +#ifdef USE_DSA
  7. +#include <openssl/dsa.h>
  8. +#endif
  9. +
  10. /** fake DSA support for unit tests */
  11. int fake_dsa = 0;
  12. /** fake SHA1 support for unit tests */