diff options
author | doug <> | 2015-07-20 23:15:28 +0000 |
---|---|---|
committer | doug <> | 2015-07-20 23:15:28 +0000 |
commit | 1f3595b71a0bc1f032a89cb05bfc63999046bca1 (patch) | |
tree | b3d9963e191447c8c845e597bf240a3549840a5d /src/usr.bin/openssl/x509.c | |
parent | 4daa9c93fc6f86cf389f1a696e38894bb40e4161 (diff) | |
download | openbsd-1f3595b71a0bc1f032a89cb05bfc63999046bca1.tar.gz openbsd-1f3595b71a0bc1f032a89cb05bfc63999046bca1.tar.bz2 openbsd-1f3595b71a0bc1f032a89cb05bfc63999046bca1.zip |
Correct #if/else logic in BIO's dgram_ctrl.
Coverity issue 72741 noticed that ret is being overwritten before use.
The actual issue is that the #if/else logic is guarding the wrong
lines. Besides impacting ret, this also made the case's break logic
wrong because it was in the wrong location.
ok bcook@ beck@
Diffstat (limited to 'src/usr.bin/openssl/x509.c')
0 files changed, 0 insertions, 0 deletions