diff options
Diffstat (limited to 'include/openssl/bio.h.in')
-rw-r--r-- | include/openssl/bio.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openssl/bio.h.in b/include/openssl/bio.h.in index c521e41e4a17..cdc395b78390 100644 --- a/include/openssl/bio.h.in +++ b/include/openssl/bio.h.in @@ -844,7 +844,7 @@ int BIO_meth_set_puts(BIO_METHOD *biom, int (*puts) (BIO *, const char *)); int (*BIO_meth_get_gets(const BIO_METHOD *biom)) (BIO *, char *, int); int BIO_meth_set_gets(BIO_METHOD *biom, - int (*gets) (BIO *, char *, int)); + int (*ossl_gets) (BIO *, char *, int)); long (*BIO_meth_get_ctrl(const BIO_METHOD *biom)) (BIO *, int, long, void *); int BIO_meth_set_ctrl(BIO_METHOD *biom, long (*ctrl) (BIO *, int, long, void *)); |