Fix verify loop with CRL checking.
[oweals/openssl.git] / crypto / dso / dso.h
index d1d5facb8b35ab3ef56288fa5bff93a2876555c3..839f2e06170882c5dde15a73da1e37ab69e404c0 100644 (file)
@@ -188,7 +188,7 @@ struct dso_st
         * for use in the dso_bind handler. All in all, let each
         * method control its own destiny. "Handles" and such go in
         * a STACK. */
-       STACK *meth_data;
+       STACK_OF(void) *meth_data;
        int references;
        int flags;
        /* For use by applications etc ... use this for your bits'n'pieces,