diff options
| author | beck <> | 2015-07-18 22:09:30 +0000 |
|---|---|---|
| committer | beck <> | 2015-07-18 22:09:30 +0000 |
| commit | 377714c1b61e7397ead1371c378105b908dc3033 (patch) | |
| tree | 64e7df60f0c82ebde3b74d8b5401a0025483a38a /src/lib/libc | |
| parent | 8842b3302e56343ea270ac0982c11020bab845b4 (diff) | |
| download | openbsd-377714c1b61e7397ead1371c378105b908dc3033.tar.gz openbsd-377714c1b61e7397ead1371c378105b908dc3033.tar.bz2 openbsd-377714c1b61e7397ead1371c378105b908dc3033.zip | |
Dead code, Coverity 78798
ok bcook@ doug@
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libcrypto/bio/bss_acpt.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/bio/bss_acpt.c b/src/lib/libcrypto/bio/bss_acpt.c index b6131c4d41..4e3c982c2d 100644 --- a/src/lib/libcrypto/bio/bss_acpt.c +++ b/src/lib/libcrypto/bio/bss_acpt.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: bss_acpt.c,v 1.25 2014/07/25 06:05:32 doug Exp $ */ | 1 | /* $OpenBSD: bss_acpt.c,v 1.26 2015/07/18 22:09:30 beck Exp $ */ |
| 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
| 3 | * All rights reserved. | 3 | * All rights reserved. |
| 4 | * | 4 | * |
| @@ -270,8 +270,6 @@ again: | |||
| 270 | err: | 270 | err: |
| 271 | if (bio != NULL) | 271 | if (bio != NULL) |
| 272 | BIO_free(bio); | 272 | BIO_free(bio); |
| 273 | else if (s >= 0) | ||
| 274 | close(s); | ||
| 275 | return (0); | 273 | return (0); |
| 276 | /* break; */ | 274 | /* break; */ |
| 277 | case ACPT_S_OK: | 275 | case ACPT_S_OK: |
