Closed honglei closed 4 years ago
Could you possibly post the error message in english as I don't understand what the actual error message is on line 130?
Also I don't have access to a Windows machine, so a first step would probably be to help me set up GitHub Actions to run the build on Windows
"未知的大小" means "Unkown size", void * pointer cannot be added by int , the following works:
res = EVP_CIPHER_CTX_ctrl(self->decrypt_ctx, EVP_CTRL_CCM_SET_TAG, AEAD_TAG_LENGTH, data + (data_len - AEAD_TAG_LENGTH));
Thanks for the translation!. What's the best option for installing OpenSSL in a scripted fashion on Windows so that I reproduce the error and your proposed fix?
I've managed to reproduce the failing build here:
https://github.com/aiortc/aioquic/runs/532018441?check_suite_focus=true
Try use the python official build:https://github.com/python/cpython-bin-deps/releases