Skip to content

Commit

Permalink
Automatically regenerate the files (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 26, 2021
1 parent 9337088 commit e661d5d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions generated/openssl.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,10 @@ function openssl_cms_read(string $input_filename, array &$certificates): void
*
* @param string $input_filename The name of the file to be signed.
* @param string $output_filename The name of the file to deposit the results.
* @param $certificate The name of the file containing the signing certificate.
* @param $private_key The name of file containing the key associated with certificate.
* @param $certificate The signing certificate.
* See Key/Certificate parameters for a list of valid values.
* @param $private_key The key associated with certificate.
* See Key/Certificate parameters for a list of valid values.
* @param $headers An array of headers to be included in S/MIME output.
* @param int $flags Flags to be passed to cms_sign.
* @param int $encoding The encoding of the output file. One of OPENSSL_CMS_SMIME,
Expand Down

0 comments on commit e661d5d

Please sign in to comment.