projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
'rand' application for creating pseudo-random files.
[openssl.git]
/
crypto
/
bio
/
bio_lib.c
diff --git
a/crypto/bio/bio_lib.c
b/crypto/bio/bio_lib.c
index
cf8e615
..
e88dcc8
100644
(file)
--- a/
crypto/bio/bio_lib.c
+++ b/
crypto/bio/bio_lib.c
@@
-169,7
+169,7
@@
int BIO_read(BIO *b, void *out, int outl)
return(i);
}
-int BIO_write(BIO *b, const
char
*in, int inl)
+int BIO_write(BIO *b, const
void
*in, int inl)
{
int i;
long (*cb)();