diff options
Diffstat (limited to 'src/lib/libcrypto/bio/bio.h')
-rw-r--r-- | src/lib/libcrypto/bio/bio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/bio/bio.h b/src/lib/libcrypto/bio/bio.h index bc08401eeb..ebdb18170b 100644 --- a/src/lib/libcrypto/bio/bio.h +++ b/src/lib/libcrypto/bio/bio.h | |||
@@ -507,7 +507,7 @@ int BIO_set(BIO *a,BIO_METHOD *type); | |||
507 | int BIO_free(BIO *a); | 507 | int BIO_free(BIO *a); |
508 | int BIO_read(BIO *b, void *data, int len); | 508 | int BIO_read(BIO *b, void *data, int len); |
509 | int BIO_gets(BIO *bp,char *buf, int size); | 509 | int BIO_gets(BIO *bp,char *buf, int size); |
510 | int BIO_write(BIO *b, const char *data, int len); | 510 | int BIO_write(BIO *b, const void *data, int len); |
511 | int BIO_puts(BIO *bp,const char *buf); | 511 | int BIO_puts(BIO *bp,const char *buf); |
512 | long BIO_ctrl(BIO *bp,int cmd,long larg,void *parg); | 512 | long BIO_ctrl(BIO *bp,int cmd,long larg,void *parg); |
513 | long BIO_callback_ctrl(BIO *bp,int cmd,void (*fp)()); | 513 | long BIO_callback_ctrl(BIO *bp,int cmd,void (*fp)()); |