Fix verify loop with CRL checking.
[oweals/openssl.git] / crypto / dso / dso.h
index 3aa4f7aee51dc4d4e837dd0abc29a0c5ff7dde3b..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,
@@ -334,11 +334,11 @@ void ERR_load_DSO_strings(void);
 /* Error codes for the DSO functions. */
 
 /* Function codes. */
-#define DSO_F_BEOS_BIND_FUNC                            130
-#define DSO_F_BEOS_BIND_VAR                             131
-#define DSO_F_BEOS_LOAD                                         132
-#define DSO_F_BEOS_NAME_CONVERTER                       133
-#define DSO_F_BEOS_UNLOAD                               134
+#define DSO_F_BEOS_BIND_FUNC                            144
+#define DSO_F_BEOS_BIND_VAR                             145
+#define DSO_F_BEOS_LOAD                                         146
+#define DSO_F_BEOS_NAME_CONVERTER                       147
+#define DSO_F_BEOS_UNLOAD                               148
 #define DSO_F_DLFCN_BIND_FUNC                           100
 #define DSO_F_DLFCN_BIND_VAR                            101
 #define DSO_F_DLFCN_LOAD                                102