]> git.ipfire.org Git - thirdparty/openssl.git/commit
DEFINE_STACK_OF.pod: Fix prototypes of sk_TYPE_free/zero()
authorTomas Mraz <tomas@openssl.org>
Tue, 2 Apr 2024 14:43:27 +0000 (16:43 +0200)
committerTomas Mraz <tomas@openssl.org>
Thu, 4 Apr 2024 08:46:51 +0000 (10:46 +0200)
commite898c367312c3ab6eb5eaac9b4be768f0d2e4b0e
tree52f0366ef776cfe60b99a0699a540788720d2148
parent84756fe206db36f41de96b0d9aa2ddc1a7ecd564
DEFINE_STACK_OF.pod: Fix prototypes of sk_TYPE_free/zero()

They take non-const STACK_OF(TYPE)* argument.

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/24023)
doc/man3/DEFINE_STACK_OF.pod