diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-07-16 19:51:01 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-07-16 19:51:01 +0200 |
commit | eacb2e35f561f2afe67c26a8939f0ad91d68c935 (patch) | |
tree | 02154616e2b5bddd173fc51295760eb6d3a1cfae /lib/pkcs11_int.h | |
parent | 72cd1d2f53f2fe6b1c8b277a5e9a96097239caf9 (diff) | |
download | gnutls-eacb2e35f561f2afe67c26a8939f0ad91d68c935.tar.gz |
PIN callback function was made more generic than PKCS #11.
Diffstat (limited to 'lib/pkcs11_int.h')
-rw-r--r-- | lib/pkcs11_int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pkcs11_int.h b/lib/pkcs11_int.h index 4da4107670..a77e610127 100644 --- a/lib/pkcs11_int.h +++ b/lib/pkcs11_int.h @@ -34,7 +34,7 @@ #include <p11-kit/uri.h> typedef unsigned char ck_bool_t; -extern gnutls_pkcs11_pin_callback_t _gnutls_pin_func; +extern gnutls_pin_callback_t _gnutls_pin_func; extern void *_gnutls_pin_data; struct pkcs11_session_info { |