Submitted by: Thomas Jarosch <thomas.jarosch@intra2net.com>
Reviewed by: steve

Close file pointer.
This commit is contained in:
Dr. Stephen Henson 2011-09-01 13:48:57 +00:00
parent e3b95e6b24
commit e71f7786e3

View File

@ -435,6 +435,7 @@ int main(int argc,char **argv)
EXIT(3);
}
}
fclose(f);
#ifndef OPENSSL_NO_ENGINE
ENGINE_cleanup();