diff options
Diffstat (limited to 'doc/man3/OCSP_REQUEST_new.pod')
-rw-r--r-- | doc/man3/OCSP_REQUEST_new.pod | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/man3/OCSP_REQUEST_new.pod b/doc/man3/OCSP_REQUEST_new.pod index e34e591fe01b..3f171e822971 100644 --- a/doc/man3/OCSP_REQUEST_new.pod +++ b/doc/man3/OCSP_REQUEST_new.pod @@ -29,6 +29,7 @@ OCSP_request_onereq_get0 - OCSP request functions OCSP_REQUEST_new() allocates and returns an empty B<OCSP_REQUEST> structure. OCSP_REQUEST_free() frees up the request structure B<req>. +If the argument is NULL, nothing is done. OCSP_request_add0_id() adds certificate ID B<cid> to B<req>. It returns the B<OCSP_ONEREQ> structure added so an application can add additional @@ -108,7 +109,7 @@ L<OCSP_sendreq_new(3)> =head1 COPYRIGHT -Copyright 2015-2016 The OpenSSL Project Authors. All Rights Reserved. +Copyright 2015-2024 The OpenSSL Project Authors. All Rights Reserved. Licensed under the Apache License 2.0 (the "License"). You may not use this file except in compliance with the License. You can obtain a copy |