We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc48401 commit a161549Copy full SHA for a161549
src/node_constants.cc
@@ -864,6 +864,10 @@ void DefineOpenSSLConstants(Local<Object> target) {
864
865
# ifndef OPENSSL_NO_ENGINE
866
867
+# ifdef ENGINE_METHOD_RSA
868
+ NODE_DEFINE_CONSTANT(target, ENGINE_METHOD_RSA);
869
+# endif
870
+
871
# ifdef ENGINE_METHOD_DSA
872
NODE_DEFINE_CONSTANT(target, ENGINE_METHOD_DSA);
873
# endif
0 commit comments