projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e87cc8
)
Update from 0.9.8-stable.
author
Dr. Stephen Henson
<steve@openssl.org>
Fri, 29 May 2009 14:02:30 +0000
(14:02 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Fri, 29 May 2009 14:02:30 +0000
(14:02 +0000)
engines/e_capi.c
patch
|
blob
|
history
diff --git
a/engines/e_capi.c
b/engines/e_capi.c
index 652f5282a420715c7d288ea226c1229ec2075e4c..fd7f13ca2cfc5ffbd949a9a316ce0419dc774618 100644
(file)
--- 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 */