summaryrefslogtreecommitdiff
path: root/lib/x509/x509_int.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2010-05-18 23:18:07 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2010-06-03 19:52:32 +0200
commit21579cb985744881759a9dad6759842b3e26546f (patch)
treed1427acc679e59f059b45bba36faa5390d5d4228 /lib/x509/x509_int.h
parent48c5a7a070b240255c0303f8640519db94604345 (diff)
downloadgnutls-21579cb985744881759a9dad6759842b3e26546f.tar.gz
Added operations to sign CRLs, certificates and requests with an abstract key and thus with a PKCS #11 key as well.
Diffstat (limited to 'lib/x509/x509_int.h')
-rw-r--r--lib/x509/x509_int.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/x509/x509_int.h b/lib/x509/x509_int.h
index 6d6a91411e..f75a92479d 100644
--- a/lib/x509/x509_int.h
+++ b/lib/x509/x509_int.h
@@ -308,7 +308,6 @@ int _gnutls_x509_write_sig_params (ASN1_TYPE dst, const char *dst_name,
gnutls_pk_algorithm_t pk_algorithm,
gnutls_digest_algorithm_t);
-
/* pkcs12.h */
#include <gnutls/pkcs12.h>