summaryrefslogtreecommitdiff
path: root/lib/x509/pkcs7.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2003-02-12 12:48:42 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2003-02-12 12:48:42 +0000
commit11e64289384aefeaba2a530eec23dd87dfe8fcc4 (patch)
treee5302f871800c43550164fd386fb1f26caa2272c /lib/x509/pkcs7.c
parentc11c3a0085629e06a93a152c4e8ab5dd5e33ee70 (diff)
downloadgnutls-11e64289384aefeaba2a530eec23dd87dfe8fcc4.tar.gz
Added some private key handling functions. They are primitive enough for now.
Diffstat (limited to 'lib/x509/pkcs7.c')
-rw-r--r--lib/x509/pkcs7.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/x509/pkcs7.c b/lib/x509/pkcs7.c
index 175192b237..b82b6ec706 100644
--- a/lib/x509/pkcs7.c
+++ b/lib/x509/pkcs7.c
@@ -81,7 +81,7 @@ void gnutls_pkcs7_deinit(gnutls_pkcs7 pkcs7)
*
**/
int gnutls_pkcs7_import(gnutls_pkcs7 pkcs7, const gnutls_datum * data,
- gnutls_x509_crt_format format)
+ gnutls_x509_crt_fmt format)
{
int result = 0, need_free = 0;
gnutls_datum _data = { data->data, data->size };