Don't shadow known symbols write, read, puts, gets
authorRichard Levitte <levitte@openssl.org>
Sun, 3 Apr 2016 22:11:20 +0000 (00:11 +0200)
committerRichard Levitte <levitte@openssl.org>
Sun, 3 Apr 2016 22:26:12 +0000 (00:26 +0200)
commitadb4076ae06dd6ff01a62b1fcd73f02aadc5ecae
tree077f68ad410419fbabb8ebe39bde4dccffd4e5e8
parent68cd4e3f993cf16adf0904a85f5b477a0094c1cf
Don't shadow known symbols write, read, puts, gets

It was harmless in this case, but best avoid the annoying warnings.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
crypto/bio/bio_meth.c