]> granicus.if.org Git - openssl/commit
Add casts where casts due. It's "safe" to cast, because "wrong" casts
authorAndy Polyakov <appro@openssl.org>
Sat, 24 Jul 2004 13:40:47 +0000 (13:40 +0000)
committerAndy Polyakov <appro@openssl.org>
Sat, 24 Jul 2004 13:40:47 +0000 (13:40 +0000)
commit1ecb88b95a2559ce9b7a983c00c2e1e7246ae2b0
tree13308cf3245bbc91a2b5604de529199f1be032bd
parent03ecfadf3d58cc3f3e0ea836581fa8617d72a3c0
Add casts where casts due. It's "safe" to cast, because "wrong" casts
will either be optimized away or never performed. The trouble is that
compiler first parses code, then optimizes, not both at once...
ssl/ssl_cert.c