From f8d8b7d92d654cc0899d885b1065e1d3c6fd4fc0 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Sun, 5 Apr 2020 20:12:59 +0300 Subject: [PATCH] tests: Enable dumping of key information in test-x509v3 Signed-off-by: Jouni Malinen --- tests/test-x509v3.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test-x509v3.c b/tests/test-x509v3.c index bfb069871..06cd6eaab 100644 --- a/tests/test-x509v3.c +++ b/tests/test-x509v3.c @@ -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 ..\n");