From f407e0870216a9e0063a909b2b56f824b2ea7fd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 16 Jan 2008 14:26:35 +0000 Subject: [PATCH] document HX509_CERTS_UNPROTECT_ALL git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22466 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/keyset.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/hx509/keyset.c b/lib/hx509/keyset.c index 3864d402a..48574ed1b 100644 --- a/lib/hx509/keyset.c +++ b/lib/hx509/keyset.c @@ -101,6 +101,7 @@ _hx509_ks_register(hx509_context context, struct hx509_keyset_ops *ops) * if NULL is used the MEMORY store is used. * @param flags list of flags: * - HX509_CERTS_CREATE create a new keystore of the specific TYPE. + * - HX509_CERTS_UNPROTECT_ALL fails if any private key failed to be extracted. * @param lock a lock that unlocks the certificates store, use NULL to * select no password/certifictes/prompt lock (see @ref page_lock). * @param certs return pointer, free with hx509_certs_free().