summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-05-11 13:49:57 +0000
committerSimon Josefsson <simon@josefsson.org>2007-05-11 13:49:57 +0000
commit752b32eaf3e1530f5bde0992ed41e94ac2ab0fdf (patch)
tree92c720816b71f06e07841c0a88de2c925f94d74a
parent724912f59c67158c721de0dc852d4b0ca6253f81 (diff)
downloadgnutls-752b32eaf3e1530f5bde0992ed41e94ac2ab0fdf.tar.gz
-rw-r--r--includes/gnutls/pkcs11.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/gnutls/pkcs11.h b/includes/gnutls/pkcs11.h
index f147d730ed..3027ed8e49 100644
--- a/includes/gnutls/pkcs11.h
+++ b/includes/gnutls/pkcs11.h
@@ -44,7 +44,7 @@ extern "C"
unsigned int *ncerts);
int gnutls_pkcs11_sign (gnutls_datum_t * cert,
- const gnutls_datum_t * hash_concat,
+ const gnutls_datum_t * hash,
gnutls_datum_t * signature);
# ifdef __cplusplus