From: Jouni Malinen Date: Sun, 5 Apr 2020 17:12:59 +0000 (+0300) Subject: tests: Enable dumping of key information in test-x509v3 X-Git-Tag: hostap_2_10~1470 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8d8b7d92d654cc0899d885b1065e1d3c6fd4fc0;p=thirdparty%2Fhostap.git tests: Enable dumping of key information in test-x509v3 Signed-off-by: Jouni Malinen --- 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");