Skip to content

Commit

Permalink
Fix type of 2nd parameter of openssl_csr_export()
Browse files Browse the repository at this point in the history
  • Loading branch information
cmb69 committed Apr 13, 2022
1 parent 6105da1 commit 3a2e96f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/openssl/functions/openssl-csr-export.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<methodsynopsis>
<type>bool</type><methodname>openssl_csr_export</methodname>
<methodparam><type class="union"><type>OpenSSLCertificateSigningRequest</type><type>string</type></type><parameter>csr</parameter></methodparam>
<methodparam><type>OpenSSLAsymmetricKey</type><parameter role="reference">output</parameter></methodparam>
<methodparam><type>string</type><parameter role="reference">output</parameter></methodparam>
<methodparam choice="opt"><type>bool</type><parameter>no_text</parameter><initializer>&true;</initializer></methodparam>
</methodsynopsis>
<para>
Expand Down

0 comments on commit 3a2e96f

Please sign in to comment.