From c2a528e3f7c49f41016a23ad6a1132ffe940c743 Mon Sep 17 00:00:00 2001 From: Alessio Di Mauro Date: Fri, 6 Nov 2015 16:00:17 +0100 Subject: [PATCH] YKCS11: update docs. --- doc/YKCS11_release_notes.adoc | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/doc/YKCS11_release_notes.adoc b/doc/YKCS11_release_notes.adoc index e53609d..206251d 100644 --- a/doc/YKCS11_release_notes.adoc +++ b/doc/YKCS11_release_notes.adoc @@ -126,7 +126,13 @@ valid information except for the public key. DEBUGGING ^^^^^^^^^ -By default the module has debugging enabled. This is _highly_ verbose -and might be confusing. In order to disable it, the two macros -`YKCS11_DBG` and `YKCS11_DINOUT` in the file `debug.h` should be set -to `0`. Once this is done the module must be recompiled. +By default the module has debugging disabled. This is _highly_ verbose +and might be confusing. In order to enabled it rebuild the project as +follows: + +---- +yubico-piv-tool$ autoreconf --install +yubico-piv-tool$ ./configure --enable-ykcs11-debug +yubico-piv-tool$ make +yubico-piv-tool$ sudo make install +----