]> git.ipfire.org Git - thirdparty/openssl.git/commit
params: revert error checking when params are duplicated
authorPauli <ppzgs1@gmail.com>
Fri, 11 Jul 2025 06:03:12 +0000 (16:03 +1000)
committerTomas Mraz <tomas@openssl.org>
Thu, 31 Jul 2025 18:21:25 +0000 (20:21 +0200)
commit454119a62575717274dd3f25c2debb334f5c2c70
tree8d46b9a80447500857c6f0d31edc3085ce7d1355
parentdf981828f1bf8a28990798e79434148d3b767653
params: revert error checking when params are duplicated

This is to avoid a change of behaviour even though it is a result of user
error.  When params are duplicated, all but the first are ignored and no
error is returned.

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27923)
util/perl/OpenSSL/paramnames.pm