summaryrefslogtreecommitdiff
path: root/lib/libssl
diff options
context:
space:
mode:
authorDoug Hogan <doug@cvs.openbsd.org>2015-07-20 23:15:29 +0000
committerDoug Hogan <doug@cvs.openbsd.org>2015-07-20 23:15:29 +0000
commit283c1eeb65434d234ca3201d94ee5a9cfc4a6cfa (patch)
treeebd693d091ac5d0d2eb9ad7caf040c814d94454e /lib/libssl
parent41e29b412b39ae8956c785272e61caa2cb1021a5 (diff)
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 'lib/libssl')
0 files changed, 0 insertions, 0 deletions