Fix bug #65175: openssl has resources

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342623 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Zelenka 2017-06-25 16:44:32 +00:00
parent 03ef5ab712
commit f01c45244d

View file

@ -35,7 +35,12 @@
<!-- {{{ Resources -->
<section xml:id="openssl.resources">
&reftitle.resources;
&no.resource;
<para>
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.
</para>
</section>
<!-- }}} -->