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.

10 lines
270 B

  1. --- a/src/gssl/gssl_openssl.cpp
  2. +++ b/src/gssl/gssl_openssl.cpp
  3. @@ -32,7 +32,6 @@
  4. #include <openssl/ssl.h>
  5. #include <openssl/err.h>
  6. #include <openssl/rand.h>
  7. -#include <openssl/engine.h>
  8. #include <openssl/conf.h>
  9. #include <openssl/evp.h>
  10. #include <openssl/hmac.h>