diff options
Diffstat (limited to 'p11-capi-cert.h')
-rw-r--r-- | p11-capi-cert.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/p11-capi-cert.h b/p11-capi-cert.h index a19b740..f85d7b3 100644 --- a/p11-capi-cert.h +++ b/p11-capi-cert.h @@ -24,7 +24,7 @@ #include "p11-capi-util.h" /* Find certificates matching criteria */ -CK_R p11c_cert_find (P11cSession* sess, CK_OBJECT_CLASS cls, +CK_RV p11c_cert_find (P11cSession* sess, CK_OBJECT_CLASS cls, CK_ATTRIBUTE_PTR match, CK_ULONG count, P11cArray* arr); |