From f01c45244d2ab24abd72ac6416435a2ca1601b82 Mon Sep 17 00:00:00 2001 From: Jakub Zelenka Date: Sun, 25 Jun 2017 16:44:32 +0000 Subject: [PATCH] Fix bug #65175: openssl has resources git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342623 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/openssl/setup.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/reference/openssl/setup.xml b/reference/openssl/setup.xml index 50a321bcfe..26fcf50021 100644 --- a/reference/openssl/setup.xml +++ b/reference/openssl/setup.xml @@ -35,7 +35,12 @@
&reftitle.resources; - &no.resource; + + There are 3 resource types defined in the OpenSSL module. The first one is + a pkey (public or private key) identifier, the second one is a X509 + certificate identifier and the third one is a CSR (certificate signing + request) identifier. +