drbild / sslpsk

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

failing to install packet #15

Closed pipje2001 closed 5 years ago

pipje2001 commented 5 years ago

i tried installing the package but it doesn't work when i do this: pip install sslpsk

it gives a lot of errors but i think this is the problem: sslpsk/_sslpsk.c(19): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory

Does anyone have an idea what this means?

pipje2001 commented 5 years ago

never mind just tried it in python 3.X and that doesn't work.