Export the new flag

* lasso/debug.h:
   export new flag lasso_flag_sign_messages.
This commit is contained in:
Benjamin Dauvergne 2009-04-30 14:58:17 +00:00
parent 7e6dfb7683
commit 7071a9ce9a
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ LASSO_EXPORT extern gboolean lasso_flag_verify_signature;
LASSO_EXPORT extern gboolean lasso_flag_memory_debug;
LASSO_EXPORT extern gboolean lasso_flag_strict_checking;
LASSO_EXPORT extern gboolean lasso_flag_add_signature;
LASSO_EXPORT extern gboolean lasso_flag_sign_messages;
#ifdef __cplusplus
}