]> git.ipfire.org Git - thirdparty/openssl.git/commit
OSSL_PARAM example code bug fix.
authorPauli <paul.dale@oracle.com>
Tue, 11 Jun 2019 23:48:13 +0000 (09:48 +1000)
committerPauli <paul.dale@oracle.com>
Tue, 11 Jun 2019 23:50:11 +0000 (09:50 +1000)
commitc79b6b874b734c4fc495201256648f5b726ec90c
tree7f6dbb3a44d185a406c6c2a9a653ba9d59d8e79d
parenta2e520447e17a58b52cdf41ab1218b020f44e4a6
OSSL_PARAM example code bug fix.

Technically not a bug since the code worked but the array index shouldn't have
been constant after searching for the field.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9136)
doc/man3/OSSL_PARAM.pod