mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fix for hyphen in openssl_spki_export_challge() example. Fix for inaccurate reference in openssl_spki_new(). Thank you Mr. Cowburn.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333261 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
2545422d0c
commit
9de4705b5c
2 changed files with 2 additions and 3 deletions
|
@ -49,8 +49,8 @@
|
|||
|
||||
<refsect1 role="examples">
|
||||
&reftitle.examples;
|
||||
<example xml:id="openssl_spki_export-challenge.example.basic">
|
||||
<title><function>openssl_spki_export-challenge</function> example</title>
|
||||
<example xml:id="openssl_spki_export_challenge.example.basic">
|
||||
<title><function>openssl_spki_export_challenge</function> example</title>
|
||||
<para>
|
||||
Extracts the associated challenge string or NULL on failure.
|
||||
</para>
|
||||
|
|
|
@ -118,7 +118,6 @@ MML5G2iNVgNozAo=
|
|||
<member><function>openssl_spki_new</function></member>
|
||||
<member><function>openssl_spki_export_challenge</function></member>
|
||||
<member><function>openssl_spki_export</function></member>
|
||||
<member><function>openssl_md_method</function></member>
|
||||
<member><function>openssl_csr_new</function></member>
|
||||
<member><function>openssl_csr_sign</function></member>
|
||||
</simplelist>
|
||||
|
|
Loading…
Reference in a new issue