diff options
author | doug <> | 2015-07-20 16:48:11 +0000 |
---|---|---|
committer | doug <> | 2015-07-20 16:48:11 +0000 |
commit | 16ffebe50a5acac7636fbc71d70775291cc3930c (patch) | |
tree | 475ecaf39f5ad7b889d80327691a359c8f02eee5 /src/usr.bin/openssl/s_server.c | |
parent | e9c572c56a6b9de69b6b334e56df19d11d0304ef (diff) | |
download | openbsd-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