openziti / tlsuv

TLS and HTTP(s) client library for libuv
https://docs.openziti.io/tlsuv/
MIT License
43 stars 5 forks source link

add pragma pack for win32 #30

Closed dovholuknf closed 4 years ago

dovholuknf commented 4 years ago

on windows, pragma pack is needed when including pkcs11.h. otherwise after loading the library/module the structure containing the functions will appear to be initialized properly but when accessing/invoking them an exception will be thrown: Exception thrown: read access violation.

dovholuknf commented 4 years ago

closes #31