From 287b0773d74921beed5a7bd74bba7604c6821d54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Anne?= Date: Tue, 13 May 2025 22:21:02 +0200 Subject: [PATCH] Add missing `false` return type in `openssl_x509_parse` documentation --- reference/openssl/functions/openssl-x509-parse.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/reference/openssl/functions/openssl-x509-parse.xml b/reference/openssl/functions/openssl-x509-parse.xml index 1b303ccdfb72..c1920951ee82 100644 --- a/reference/openssl/functions/openssl-x509-parse.xml +++ b/reference/openssl/functions/openssl-x509-parse.xml @@ -50,6 +50,7 @@ &reftitle.returnvalues; + Returns an array containing the certificate information, &return.falseforfailure;. The structure of the returned data is (deliberately) not yet documented, as it is still subject to change.