]> granicus.if.org Git - php/commit
Compatibility with libargon2 versions 20161029 and 20160821
authorCharles R. Portwood II <charlesportwoodii@erianna.com>
Sun, 18 Jun 2017 23:17:43 +0000 (19:17 -0400)
committerSara Golemon <pollita@php.net>
Sun, 18 Jun 2017 23:19:20 +0000 (19:19 -0400)
commit498716c2f702ed7623fb26653dd3368ab2b59e7b
tree4817df815f6176de94262d1a1a39f09dc2c3296b
parentd3c593a5858959810de6fd398206f18d0fffdf10
Compatibility with libargon2 versions 20161029 and 20160821

libargon2 20161029 introduces the `type` parameter to the argon2_encodedlen
function that is not present in 20160821. This change ensures the Argon2
functionality introduced in RFC `argon2_password_hash` is compatible with
both versions, as the library version that package maintainers package may
differ.
ext/standard/config.m4
ext/standard/config.w32
ext/standard/password.c