From 11e64289384aefeaba2a530eec23dd87dfe8fcc4 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Wed, 12 Feb 2003 12:48:42 +0000 Subject: Added some private key handling functions. They are primitive enough for now. --- lib/x509/pkcs7.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/x509/pkcs7.c') 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 }; -- cgit v1.2.1