Skip to content

Commit 3a2e96f

Browse files
committed
Fix type of 2nd parameter of openssl_csr_export()
Cf. <php/php-src#8362>.
1 parent 6105da1 commit 3a2e96f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/openssl/functions/openssl-csr-export.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<methodsynopsis>
1212
<type>bool</type><methodname>openssl_csr_export</methodname>
1313
<methodparam><type class="union"><type>OpenSSLCertificateSigningRequest</type><type>string</type></type><parameter>csr</parameter></methodparam>
14-
<methodparam><type>OpenSSLAsymmetricKey</type><parameter role="reference">output</parameter></methodparam>
14+
<methodparam><type>string</type><parameter role="reference">output</parameter></methodparam>
1515
<methodparam choice="opt"><type>bool</type><parameter>no_text</parameter><initializer>&true;</initializer></methodparam>
1616
</methodsynopsis>
1717
<para>

0 commit comments

Comments
 (0)