only enable one of password-argon2 or openssl-argon2

This commit is contained in:
DubbleClick
2025-08-04 10:14:48 +07:00
parent 4fb4e42896
commit 3789c7c335
3 changed files with 15 additions and 4 deletions

View File

@@ -531,9 +531,10 @@
},
"notes": true,
"type": "builtin",
"arg-type": "with-path",
"arg-type": "custom",
"lib-depends": [
"libargon2"
"libargon2",
"openssl"
]
},
"pcntl": {