We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Would be awesome as i'm stuck on this on a project (using PHP on the server side). PHP : http://php.net/manual/en/function.openssl-public-encrypt.php
Tried to manually replace occurrences of OPENSSL_PKCS1_PADDING with it.
But i get a build error node-waf configure build :
node-waf configure build
../node_rsa.cc:310: error: ‘OPENSSL_PKCS1_PADDING’ was not declared in this scope
The text was updated successfully, but these errors were encountered:
Already done there : https://github.com/elaberge/node-rsa/commit/6ea783279fba6bd21debe866544f7d4c73ae1ce8
Pull request?
Sorry, something went wrong.
No branches or pull requests
Would be awesome as i'm stuck on this on a project (using PHP on the server side).
PHP : http://php.net/manual/en/function.openssl-public-encrypt.php
Tried to manually replace occurrences of OPENSSL_PKCS1_PADDING with it.
But i get a build error
node-waf configure build
:The text was updated successfully, but these errors were encountered: