Skip to content

Commit e661d5d

Browse files
Automatically regenerate the files (#309)
1 parent 9337088 commit e661d5d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

generated/openssl.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,10 @@ function openssl_cms_read(string $input_filename, array &$certificates): void
9999
*
100100
* @param string $input_filename The name of the file to be signed.
101101
* @param string $output_filename The name of the file to deposit the results.
102-
* @param $certificate The name of the file containing the signing certificate.
103-
* @param $private_key The name of file containing the key associated with certificate.
102+
* @param $certificate The signing certificate.
103+
* See Key/Certificate parameters for a list of valid values.
104+
* @param $private_key The key associated with certificate.
105+
* See Key/Certificate parameters for a list of valid values.
104106
* @param $headers An array of headers to be included in S/MIME output.
105107
* @param int $flags Flags to be passed to cms_sign.
106108
* @param int $encoding The encoding of the output file. One of OPENSSL_CMS_SMIME,

0 commit comments

Comments
 (0)