提交 4c4a2f67 编写于 作者: D Dr. Stephen Henson

Move X509_LU_RETRY, X509_LU_FAIL

X509_LU_RETRY and X509_LU_FAIL are not X509_OBJECT types so don't include
them in the enum.
Reviewed-by: NRich Salz <rsalz@openssl.org>
上级 fc9d1ef3
...@@ -45,10 +45,12 @@ certificate chain. ...@@ -45,10 +45,12 @@ certificate chain.
*/ */
typedef enum { typedef enum {
X509_LU_RETRY = -1, X509_LU_NONE = 0,
X509_LU_FAIL, X509_LU_X509, X509_LU_CRL X509_LU_X509, X509_LU_CRL
} X509_LOOKUP_TYPE; } X509_LOOKUP_TYPE;
#define X509_LU_RETRY -1
#define X509_LU_FAIL 0
DEFINE_STACK_OF(X509_LOOKUP) DEFINE_STACK_OF(X509_LOOKUP)
DEFINE_STACK_OF(X509_OBJECT) DEFINE_STACK_OF(X509_OBJECT)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册