summaryrefslogtreecommitdiff
path: root/lib/pkcs11.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-06-24 08:37:03 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-06-24 08:37:03 +0200
commit06de20b0f11bb91800996609019a1b8b6d84665b (patch)
treea4379069c2470e27e19d64014bebd42b31513ba9 /lib/pkcs11.c
parentda45b950f7c864256cd2bd3d087e78bcd998cd8d (diff)
downloadgnutls-06de20b0f11bb91800996609019a1b8b6d84665b.tar.gz
gnutls_pkcs11_crt_is_known: changed to unsigned type
Diffstat (limited to 'lib/pkcs11.c')
-rw-r--r--lib/pkcs11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pkcs11.c b/lib/pkcs11.c
index 6b84f27b10..b54f532a8f 100644
--- a/lib/pkcs11.c
+++ b/lib/pkcs11.c
@@ -3972,7 +3972,7 @@ int gnutls_pkcs11_get_raw_issuer_by_subject_key_id (const char *url,
*
* Since: 3.3.0
**/
-int gnutls_pkcs11_crt_is_known(const char *url, gnutls_x509_crt_t cert,
+unsigned gnutls_pkcs11_crt_is_known(const char *url, gnutls_x509_crt_t cert,
unsigned int flags)
{
int ret;