Merge remote-tracking branch 'refs/remotes/origin/development' into development
* refs/remotes/origin/development: Fix help message for cert_req/cert_write programs
This commit is contained in:
commit
1fa36597fc
2 changed files with 2 additions and 2 deletions
|
@ -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" \
|
||||
|
|
|
@ -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" \
|
||||
|
|
Loading…
Reference in a new issue