summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/s_server.c
diff options
context:
space:
mode:
authordoug <>2015-07-20 16:48:11 +0000
committerdoug <>2015-07-20 16:48:11 +0000
commit16ffebe50a5acac7636fbc71d70775291cc3930c (patch)
tree475ecaf39f5ad7b889d80327691a359c8f02eee5 /src/usr.bin/openssl/s_server.c
parente9c572c56a6b9de69b6b334e56df19d11d0304ef (diff)
downloadopenbsd-16ffebe50a5acac7636fbc71d70775291cc3930c.tar.gz
openbsd-16ffebe50a5acac7636fbc71d70775291cc3930c.tar.bz2
openbsd-16ffebe50a5acac7636fbc71d70775291cc3930c.zip
Remove condition that never happens and fix error handling.
There were two issues here: 1) in == NULL is never true because it's checked above here. (Fixes Coverity 21705) 2) All error handling is in the if (in == NULL) guard, so effectively there's no error handling and it continues on. ok miod@ jsing@
Diffstat (limited to 'src/usr.bin/openssl/s_server.c')
0 files changed, 0 insertions, 0 deletions