tests: Enable dumping of key information in test-x509v3
Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
eac6eb7024
commit
f8d8b7d92d
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ int main(int argc, char *argv[])
|
|||
int i, reason;
|
||||
|
||||
wpa_debug_level = 0;
|
||||
wpa_debug_show_keys = 1;
|
||||
|
||||
if (argc < 3 || strcmp(argv[1], "-v") != 0) {
|
||||
printf("usage: test_x509v3 -v <cert1.der> <cert2.der> ..\n");
|
||||
|
|
Loading…
Reference in a new issue