aboutsummaryrefslogtreecommitdiffstats
path: root/engines/e_capi.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-05-29 14:02:57 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-05-29 14:02:57 +0000
commit0b368578662f4ff7131352547ae110d909cf7270 (patch)
tree65d1d6161c117620a7e829c1ffa24f06b74c6550 /engines/e_capi.c
parentcc9001cb3f6e13ba544daf55604a6426f05d5b43 (diff)
downloadopenssl-0b368578662f4ff7131352547ae110d909cf7270.tar.gz
Update from 0.9.8-stable.
Diffstat (limited to 'engines/e_capi.c')
-rw-r--r--engines/e_capi.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/e_capi.c b/engines/e_capi.c
index 652f5282a4..fd7f13ca2c 100644
--- a/engines/e_capi.c
+++ b/engines/e_capi.c
@@ -162,11 +162,11 @@ struct CAPI_CTX_st {
/* Lookup string meanings in load_private_key */
/* Substring of subject: uses "storename" */
-#define CAPI_LU_SUBSTR 0
+#define CAPI_LU_SUBSTR 1
/* Friendly name: uses storename */
-#define CAPI_LU_FNAME 1
+#define CAPI_LU_FNAME 2
/* Container name: uses cspname, keytype */
-#define CAPI_LU_CONTNAME 2
+#define CAPI_LU_CONTNAME 3
int lookup_method;
/* Info to dump with dumpcerts option */
/* Issuer and serial name strings */