summaryrefslogtreecommitdiff
path: root/apps/req.c
diff options
context:
space:
mode:
authornils <nils>2006-03-15 17:45:39 +0000
committernils <nils>2006-03-15 17:45:39 +0000
commit893c3429e5602a516c620315cfcadbd05a3b95fe (patch)
tree368a573a84a4bb25af0d23814e78cc154d5e883f /apps/req.c
parent716048d61796e15a1a8528a753a66dc9d16384c8 (diff)
downloadopenssl-893c3429e5602a516c620315cfcadbd05a3b95fe.tar.gz
fix problems found by coverity: remove useless code
Diffstat (limited to 'apps/req.c')
-rw-r--r--apps/req.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/req.c b/apps/req.c
index f58e65ec8..14bb0e0d0 100644
--- a/apps/req.c
+++ b/apps/req.c
@@ -797,8 +797,6 @@ bad:
app_RAND_write_file(randfile, bio_err);
- if (pkey == NULL) goto end;
-
if (keyout == NULL)
{
keyout=NCONF_get_string(req_conf,SECTION,KEYFILE);