summaryrefslogtreecommitdiff
path: root/lib/pkcs11_int.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-07-23 16:25:52 +0300
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-07-23 16:25:52 +0300
commiteb5efe93948b83a757dbb32d5c48f3e3040c76d2 (patch)
tree39501fc84fbfa5cdc121e924d274e4a1acce4de3 /lib/pkcs11_int.h
parentef5bfbb0aea81b9ed9a20446b55d50b1237fce5c (diff)
downloadgnutls-eb5efe93948b83a757dbb32d5c48f3e3040c76d2.tar.gz
PIN-related functions common to TPM and PKCS #11 moved to pin.c.
Diffstat (limited to 'lib/pkcs11_int.h')
-rw-r--r--lib/pkcs11_int.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/pkcs11_int.h b/lib/pkcs11_int.h
index 331e4eb21e..d5b0370d82 100644
--- a/lib/pkcs11_int.h
+++ b/lib/pkcs11_int.h
@@ -34,8 +34,6 @@
#include <p11-kit/uri.h>
typedef unsigned char ck_bool_t;
-extern gnutls_pin_callback_t _gnutls_pin_func;
-extern void *_gnutls_pin_data;
struct pkcs11_session_info {
struct ck_function_list * module;