mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-23 02:25:39 +01:00
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
@ -75,7 +75,7 @@ int main( void )
|
|||||||
" key_encipherment\n" \
|
" key_encipherment\n" \
|
||||||
" data_encipherment\n" \
|
" data_encipherment\n" \
|
||||||
" key_agreement\n" \
|
" key_agreement\n" \
|
||||||
" key_certificate_sign\n" \
|
" key_cert_sign\n" \
|
||||||
" crl_sign\n" \
|
" crl_sign\n" \
|
||||||
" ns_cert_type=%%s default: (empty)\n" \
|
" ns_cert_type=%%s default: (empty)\n" \
|
||||||
" Comma-separated-list of values:\n" \
|
" Comma-separated-list of values:\n" \
|
||||||
|
@ -115,7 +115,7 @@ int main( void )
|
|||||||
" key_encipherment\n" \
|
" key_encipherment\n" \
|
||||||
" data_encipherment\n" \
|
" data_encipherment\n" \
|
||||||
" key_agreement\n" \
|
" key_agreement\n" \
|
||||||
" key_certificate_sign\n" \
|
" key_cert_sign\n" \
|
||||||
" crl_sign\n" \
|
" crl_sign\n" \
|
||||||
" ns_cert_type=%%s default: (empty)\n" \
|
" ns_cert_type=%%s default: (empty)\n" \
|
||||||
" Comma-separated-list of values:\n" \
|
" Comma-separated-list of values:\n" \
|
||||||
|
Loading…
Reference in New Issue
Block a user