diff options
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 b431a8053e..e1bb60722f 100644 --- a/lib/pkcs11_int.h +++ b/lib/pkcs11_int.h @@ -46,7 +46,7 @@ struct gnutls_pkcs11_obj_st /* only when pubkey */ gnutls_datum_t pubkey[MAX_PUBLIC_PARAMS_SIZE]; - gnutls_pk_algorithm pk_algorithm; + gnutls_pk_algorithm_t pk_algorithm; unsigned int key_usage; }; |