Skip to content

Fix Certificate_getset in PyCadesCertificate.cpp #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 21, 2024

Conversation

Quantum-0
Copy link
Contributor

Собирал локально эту библиотеку, сборка падала со следующей ошибкой:

/Users/***/PycharmProjects/***/pycades_0.1.58124/PyCadesCertificate.cpp:227:20: error: definition of variable with array type needs an explicit size or an initializer
static PyGetSetDef Certificate_getset[]{
                   ^
/Users/***/PycharmProjects/***/pycades_0.1.58124/PyCadesCertificate.cpp:227:40: error: expected ';' after top level declarator
static PyGetSetDef Certificate_getset[]{
                                       ^
                                       ;

Кажется, там пропущено "=", локально добавил - собралось успешно.

@cpsdenis cpsdenis merged commit b01e242 into CryptoPro:main Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants