From eb5efe93948b83a757dbb32d5c48f3e3040c76d2 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Mon, 23 Jul 2012 16:25:52 +0300 Subject: PIN-related functions common to TPM and PKCS #11 moved to pin.c. --- lib/pkcs11_int.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/pkcs11_int.h') 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 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; -- cgit v1.2.1