Update from 0.9.8-stable.
This commit is contained in:
parent
cc9001cb3f
commit
0b36857866
@ -162,11 +162,11 @@ struct CAPI_CTX_st {
|
|||||||
|
|
||||||
/* Lookup string meanings in load_private_key */
|
/* Lookup string meanings in load_private_key */
|
||||||
/* Substring of subject: uses "storename" */
|
/* Substring of subject: uses "storename" */
|
||||||
#define CAPI_LU_SUBSTR 0
|
#define CAPI_LU_SUBSTR 1
|
||||||
/* Friendly name: uses storename */
|
/* Friendly name: uses storename */
|
||||||
#define CAPI_LU_FNAME 1
|
#define CAPI_LU_FNAME 2
|
||||||
/* Container name: uses cspname, keytype */
|
/* Container name: uses cspname, keytype */
|
||||||
#define CAPI_LU_CONTNAME 2
|
#define CAPI_LU_CONTNAME 3
|
||||||
int lookup_method;
|
int lookup_method;
|
||||||
/* Info to dump with dumpcerts option */
|
/* Info to dump with dumpcerts option */
|
||||||
/* Issuer and serial name strings */
|
/* Issuer and serial name strings */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user