diff options
author | jsing <> | 2014-05-18 11:36:24 +0000 |
---|---|---|
committer | jsing <> | 2014-05-18 11:36:24 +0000 |
commit | f1e8706ced8f59e8cca67cb75b29c503731e2555 (patch) | |
tree | 10eb763234a2d64874fa25d433f93e466943b13f /src/lib/libc | |
parent | de4eef43c08fef5fd844116a63ef0e4e61d63f34 (diff) | |
download | openbsd-f1e8706ced8f59e8cca67cb75b29c503731e2555.tar.gz openbsd-f1e8706ced8f59e8cca67cb75b29c503731e2555.tar.bz2 openbsd-f1e8706ced8f59e8cca67cb75b29c503731e2555.zip |
bio_err is initialised in main, hence there is no need to initialise it
in each application (since there is no longer a non-monolithic mode).
In typical OpenSSL fashion, the code is inconsistent and there are multiple
ways that bio_err was initialised - none of them actually checked to see if
the initialisation actually succeeded. Additionally, it is worth noting
that in at least two cases bio_err was also being used before it would have
been initialised.
ok miod@
Diffstat (limited to 'src/lib/libc')
0 files changed, 0 insertions, 0 deletions