drbild / sslpsk

Adds TLS-PSK support to the Python ssl package
Apache License 2.0
25 stars 32 forks source link

Failing to import openssl/ssl.h #26

Open henrijeret opened 1 year ago

henrijeret commented 1 year ago

Cannot get around an error with this package on Windows 11 or 10 when trying to install sslpsk.

sslpsk/_sslpsk.c(19): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory

Not sure what should I add on where to satisfy this error.

TheWolfaw commented 2 months ago

have the same problem :(