Skip to content

Commit 4a67fc4

Browse files
committed
fix macro def
1 parent 636f843 commit 4a67fc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/openssl/php_openssl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ static inline php_openssl_certificate_object *php_openssl_certificate_from_obj(z
179179
#define PHP_OPENSSL_PWHASH_OPSLIMIT 4
180180
#endif
181181
#if defined(PHP_PASSWORD_ARGON2_THREADS)
182-
#define PHP_PASSWORD_ARGON2_THREADS PHP_PASSWORD_ARGON2_THREADS
182+
#define PHP_OPENSSL_PWHASH_THREADS PHP_PASSWORD_ARGON2_THREADS
183183
#else
184184
#define PHP_OPENSSL_PWHASH_THREADS 1
185185
#endif

0 commit comments

Comments
 (0)