]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Enable dumping of key information in test-x509v3
authorJouni Malinen <j@w1.fi>
Sun, 5 Apr 2020 17:12:59 +0000 (20:12 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 5 Apr 2020 17:12:59 +0000 (20:12 +0300)
Signed-off-by: Jouni Malinen <j@w1.fi>
tests/test-x509v3.c

index bfb0698710dd5d1198cac28b4dbb6837a94cd046..06cd6eaab3e49771a817d5e732a5ad16c6a3c62b 100644 (file)
@@ -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");