summaryrefslogtreecommitdiffstats
path: root/include/internal/bio.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/internal/bio.h')
-rw-r--r--include/internal/bio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/internal/bio.h b/include/internal/bio.h
index 3b6a6ac4d2..2495acb3dd 100644
--- a/include/internal/bio.h
+++ b/include/internal/bio.h
@@ -19,7 +19,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);