Skip to content

Commit 102230e

Browse files
committed
fix macro def
1 parent 9d1fee3 commit 102230e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/openssl/php_openssl.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ static inline php_openssl_certificate_object *php_openssl_certificate_from_obj(z
177177
#define PHP_OPENSSL_PWHASH_OPSLIMIT 4
178178
#endif
179179
#if defined(PHP_PASSWORD_ARGON2_THREADS)
180-
#define PHP_PASSWORD_ARGON2_THREADS PHP_PASSWORD_ARGON2_THREADS
180+
#define PHP_OPENSSL_PWHASH_THREADS PHP_PASSWORD_ARGON2_THREADS
181181
#else
182182
#define PHP_OPENSSL_PWHASH_THREADS 1
183183
#endif

0 commit comments

Comments
 (0)