Skip to content

Commit d7c4c4a

Browse files
Marc Reisnerh-vn
Marc Reisner
authored andcommitted
Add missing documentation for STACK_OF() free functions
1 parent d74dfbf commit d7c4c4a

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

lib/Net/SSLeay.pod

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
=encoding utf-8
23

34
=head1 NAME
@@ -7073,6 +7074,15 @@ Returns a new, empty, STACK_OF(X509) structure.
70737074
#
70747075
# returns: value corresponding to openssl's STACK_OF(X509) structure
70757076

7077+
=item * sk_X509_free
7078+
7079+
Free an allocated STACK_OF(X509) structure.
7080+
7081+
Net::SSLeay::sk_X509_free($sk);
7082+
# $sk - value corresponding to openssl's STACK_OF(X509) structure
7083+
#
7084+
# returns: no return value
7085+
70767086
=item * sk_X509_push
70777087

70787088
Pushes an X509 structure onto a STACK_OF(X509) structure.
@@ -8336,6 +8346,15 @@ For more details about $trust identifier check L</CTX_set_trust>.
83368346

83378347
=over
83388348

8349+
=item * sk_X509_INFO_free
8350+
8351+
Free an allocated STACK_OF(X509_INFO) structure.
8352+
8353+
Net::SSLeay::sk_X509_INFO_free($sk);
8354+
# $sk - value corresponding to openssl's STACK_OF(X509_INFO) structure
8355+
#
8356+
# returns: no return value
8357+
83398358
=item * sk_X509_INFO_num
83408359

83418360
Returns the number of values in a STACK_OF(X509_INFO) structure.

0 commit comments

Comments
 (0)