We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d1fee3 commit 102230eCopy full SHA for 102230e
ext/openssl/php_openssl.h
@@ -177,7 +177,7 @@ static inline php_openssl_certificate_object *php_openssl_certificate_from_obj(z
177
#define PHP_OPENSSL_PWHASH_OPSLIMIT 4
178
#endif
179
#if defined(PHP_PASSWORD_ARGON2_THREADS)
180
-#define PHP_PASSWORD_ARGON2_THREADS PHP_PASSWORD_ARGON2_THREADS
+#define PHP_OPENSSL_PWHASH_THREADS PHP_PASSWORD_ARGON2_THREADS
181
#else
182
#define PHP_OPENSSL_PWHASH_THREADS 1
183
0 commit comments