summaryrefslogtreecommitdiff
path: root/lib/gnutls_privkey.c
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:42:02 +0200
commit68b714494d6b99104897738ccec676a81be7a35d (patch)
treedc0f04569bc144dec9120bd423fedb306c70ff23 /lib/gnutls_privkey.c
parent4d8be74bbc3b60f539bff11a20544d80339ff34f (diff)
downloadgnutls-68b714494d6b99104897738ccec676a81be7a35d.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/gnutls_privkey.c')
-rw-r--r--lib/gnutls_privkey.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/gnutls_privkey.c b/lib/gnutls_privkey.c
index 07c54e5dc0..9c5d4f0439 100644
--- a/lib/gnutls_privkey.c
+++ b/lib/gnutls_privkey.c
@@ -322,5 +322,3 @@ int gnutls_privkey_decrypt_data(gnutls_privkey_t key,
}
}
-
-