1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-30 22:43:08 +03:00

Merge pull request #316 from Inikup/help-key_cert_sign-fix

Fix help message for cert_req/cert_write programs
This commit is contained in:
Manuel Pégourié-Gonnard
2015-10-30 14:50:42 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@ int main( void )
" key_encipherment\n" \
" data_encipherment\n" \
" key_agreement\n" \
" key_certificate_sign\n" \
" key_cert_sign\n" \
" crl_sign\n" \
" ns_cert_type=%%s default: (empty)\n" \
" Comma-separated-list of values:\n" \

View File

@ -115,7 +115,7 @@ int main( void )
" key_encipherment\n" \
" data_encipherment\n" \
" key_agreement\n" \
" key_certificate_sign\n" \
" key_cert_sign\n" \
" crl_sign\n" \
" ns_cert_type=%%s default: (empty)\n" \
" Comma-separated-list of values:\n" \