From 03ef18c6106816030c03d61b3c479601318efd30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 27 Nov 2006 10:42:48 +0000 Subject: [PATCH] add HX509_SELECT_ALL git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19144 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/hx509.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/hx509/hx509.h b/lib/hx509/hx509.h index 4915905b2..85f084bdb 100644 --- a/lib/hx509/hx509.h +++ b/lib/hx509/hx509.h @@ -97,7 +97,8 @@ typedef enum { /* flags to hx509_cms_unenvelope */ #define HX509_CMS_UE_DONT_REQUIRE_KU_ENCIPHERMENT 0x01 -/* selectors passed to hx509_select */ +/* selectors passed to hx509_select and hx509_avalible */ +#define HX509_SELECT_ALL 0 #define HX509_SELECT_DIGEST 1 #define HX509_SELECT_PUBLIC_SIG 2 #define HX509_SELECT_PUBLIC_ENC 3