summaryrefslogtreecommitdiff
path: root/tools/p11-kit.c
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2012-04-30 22:49:41 +0200
committerStef Walter <stefw@gnome.org>2012-04-30 22:49:41 +0200
commita3bcb9037ddf6657f79f0aae42aa83dd2b8f6b14 (patch)
treec627685c16bb58b4e051399243f790711ea6200b /tools/p11-kit.c
parenteeb40dccb63682367e03f52750355bf5951edff7 (diff)
Move the compat.[ch] headers into common directory/
* And the compat stuff in the p11-kit directory merged into util.c and util.h
Diffstat (limited to 'tools/p11-kit.c')
-rw-r--r--tools/p11-kit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/p11-kit.c b/tools/p11-kit.c
index f63779e..d4b0759 100644
--- a/tools/p11-kit.c
+++ b/tools/p11-kit.c
@@ -34,7 +34,7 @@
#include "config.h"
-#include "compat.h"
+#include "common/compat.h"
#include <assert.h>
#include <ctype.h>
@@ -146,7 +146,7 @@ print_token_info (CK_FUNCTION_LIST_PTR module, CK_SLOT_ID slot_id)
X(CKF_LOGIN_REQUIRED, "login-required");
X(CKF_USER_PIN_INITIALIZED, "user-pin-initialized");
X(CKF_RESTORE_KEY_NOT_NEEDED, "restore-key-not-needed");
- X(CKF_CLOCK_ON_TOKEN, "clock-on-tokne");
+ X(CKF_CLOCK_ON_TOKEN, "clock-on-token");
X(CKF_PROTECTED_AUTHENTICATION_PATH, "protected-authentication-path");
X(CKF_DUAL_CRYPTO_OPERATIONS, "dual-crypto-operations");
X(CKF_TOKEN_INITIALIZED, "token-initialized");