From c1f8b354d63cb21293332129fae56af82a5de8e4 Mon Sep 17 00:00:00 2001 From: Kharhamel Date: Tue, 26 Oct 2021 03:04:57 +0000 Subject: [PATCH] Automatically regenerate the files --- generated/openssl.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/generated/openssl.php b/generated/openssl.php index e58d8407..9f0ea2fa 100644 --- a/generated/openssl.php +++ b/generated/openssl.php @@ -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,