summaryrefslogtreecommitdiff
path: root/src/lib/libc
diff options
context:
space:
mode:
authorjsing <>2014-05-18 11:36:24 +0000
committerjsing <>2014-05-18 11:36:24 +0000
commitf1e8706ced8f59e8cca67cb75b29c503731e2555 (patch)
tree10eb763234a2d64874fa25d433f93e466943b13f /src/lib/libc
parentde4eef43c08fef5fd844116a63ef0e4e61d63f34 (diff)
downloadopenbsd-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