mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
load_roots: arguments must be files
I had originally thought to support directories with mbedtls_x509_crt_parse_path but it would have complicated the code more than I cared for. Remove a remnant of the original project in the documentation. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
8635e2301f
commit
618a70ede7
|
|
@ -82,7 +82,7 @@ int main( void )
|
|||
#define DFL_PRIME_CACHE 1
|
||||
|
||||
#define USAGE \
|
||||
"\n usage: load_roots param=<>... [--] {FILE|DIR}...\n" \
|
||||
"\n usage: load_roots param=<>... [--] FILE...\n" \
|
||||
"\n acceptable parameters:\n" \
|
||||
" iterations=%%d Iteration count (not including cache priming); default: 1\n" \
|
||||
" prime=%%d Prime the disk read cache? Default: 1 (yes)\n" \
|
||||
|
|
|
|||
Loading…
Reference in a new issue