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.

11 lines
287 B

  1. --- a/lib/tls/private.h
  2. +++ b/lib/tls/private.h
  3. @@ -64,6 +64,8 @@
  4. #include <openssl/err.h>
  5. #include <openssl/md5.h>
  6. #include <openssl/sha.h>
  7. + #include <openssl/rsa.h>
  8. + #include <openssl/bn.h>
  9. #ifdef LWS_HAVE_OPENSSL_ECDH_H
  10. #include <openssl/ecdh.h>
  11. #endif