X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fx509%2Fx509_vfy.h;h=ecfd4cf9edac31cc03faf5e12ca0543dab71804f;hp=ea28359babdc13568b6c7e50443543d4d3a6d8de;hb=5c0a48655fc342086d4babb57fee8e052a7b2e2f;hpb=8188e1537bbef672e21e25331d0e3a5e3e2ccbab diff --git a/crypto/x509/x509_vfy.h b/crypto/x509/x509_vfy.h index ea28359bab..ecfd4cf9ed 100644 --- a/crypto/x509/x509_vfy.h +++ b/crypto/x509/x509_vfy.h @@ -127,6 +127,8 @@ typedef struct x509_object_st typedef struct x509_lookup_st X509_LOOKUP; +DECLARE_STACK_OF(X509_LOOKUP) + /* This is a static that defines the function interface */ typedef struct x509_lookup_method_st { @@ -164,7 +166,7 @@ typedef struct x509_store_st #endif /* These are external lookup methods */ - STACK *get_cert_methods;/* X509_LOOKUP */ + STACK_OF(X509_LOOKUP) *get_cert_methods; int (*verify)(X509_STORE_CTX *ctx); /* called to verify a certificate */ int (*verify_cb)(int ok,X509_STORE_CTX *ctx); /* error callback */