Accessor functions for app_data in ECDSA_METHOD
[openssl.git] / crypto / ecdsa / ecs_locl.h
index 810def12e8d6a30b73336a6a0d05d132f74f975d..d03f53217a12312397cee0402d3c2dcee0b57feb 100644 (file)
@@ -79,7 +79,7 @@ struct ecdsa_method
        int (*finish)(EC_KEY *eckey);
 #endif
        int flags;
-       char *app_data;
+       void *app_data;
        };
 
 /* The ECDSA_METHOD was allocated and can be freed */