Skip to content

Commit 4fb4e42

Browse files
committed
Revert
1 parent 81e7a0c commit 4fb4e42

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/SPC/builder/extension/openssl.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ public function getUnixConfigureArg(bool $shared = false): string
3030
$args = '--with-openssl=' . ($shared ? 'shared,' : '') . BUILD_ROOT_PATH . $openssl_dir;
3131
if ($this->builder->getPHPVersionID() >= 80500 || !$this->builder->getOption('enable-zts')) {
3232
$args .= ' --with-openssl-argon2 OPENSSL_LIBS="-lz"';
33-
} else {
34-
$args .= ' --without-openssl-argon2';
3533
}
3634
return $args;
3735
}

0 commit comments

Comments
 (0)