diff options
author | 2014-05-18 11:36:24 +0000 | |
---|---|---|
committer | 2014-05-18 11:36:24 +0000 | |
commit | 4e57adac8fcc5649662b6b720b748a1ff7a1c77b (patch) | |
tree | 20082600f79f67335f1b5b5e9edd599b4dd2e3fe /lib/libc | |
parent | More KNF. (diff) | |
download | wireguard-openbsd-4e57adac8fcc5649662b6b720b748a1ff7a1c77b.tar.xz wireguard-openbsd-4e57adac8fcc5649662b6b720b748a1ff7a1c77b.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 'lib/libc')
0 files changed, 0 insertions, 0 deletions