Fix invalid function type casts.
[openssl.git] / include / internal / bio.h
index f02d74115f45c91ffceab5185e46a3651fb2efb3..4428947f2d1e2c0deeb0d6f1c22a61958114cf98 100644 (file)
@@ -21,7 +21,7 @@ struct bio_method_st {
     long (*ctrl) (BIO *, int, long, void *);
     int (*create) (BIO *);
     int (*destroy) (BIO *);
-    long (*callback_ctrl) (BIO *, int, bio_info_cb *);
+    long (*callback_ctrl) (BIO *, int, BIO_info_cb *);
 };
 
 void bio_free_ex_data(BIO *bio);