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 636f843 commit 4a67fc4Copy full SHA for 4a67fc4
ext/openssl/php_openssl.h
@@ -179,7 +179,7 @@ static inline php_openssl_certificate_object *php_openssl_certificate_from_obj(z
179
#define PHP_OPENSSL_PWHASH_OPSLIMIT 4
180
#endif
181
#if defined(PHP_PASSWORD_ARGON2_THREADS)
182
-#define PHP_PASSWORD_ARGON2_THREADS PHP_PASSWORD_ARGON2_THREADS
+#define PHP_OPENSSL_PWHASH_THREADS PHP_PASSWORD_ARGON2_THREADS
183
#else
184
#define PHP_OPENSSL_PWHASH_THREADS 1
185
0 commit comments