diff options
Diffstat (limited to 'src/pki/pki.h')
-rw-r--r-- | src/pki/pki.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/pki/pki.h b/src/pki/pki.h index 893ab52e2..135749d47 100644 --- a/src/pki/pki.h +++ b/src/pki/pki.h @@ -27,6 +27,11 @@ #include <credentials/keys/private_key.h> /** + * Defines the settable debug level + */ +extern int dbg_level; + +/** * Convert a form string to a encoding type */ bool get_form(char *form, key_encoding_type_t *type, bool pub); |