gcc complained about "write" being shadowed even though the "write"
authorBodo Möller <bodo@openssl.org>
Wed, 17 Oct 2001 20:44:25 +0000 (20:44 +0000)
committerBodo Möller <bodo@openssl.org>
Wed, 17 Oct 2001 20:44:25 +0000 (20:44 +0000)
commit31fe950d2b3fad3ac7ca2922c2af2104514a9496
tree7bd0d69a90e84742d097fbfe439895c0549b71c4
parentdb6a87d8cccfbb2802c4116655a3221756405fd8
gcc complained about "write" being shadowed even though the "write"
variable name occured just in a function *prototype* -- so rename it
ssl/ssl.h
ssl/ssl_lib.c