Fix for bug 493135 . bltest crashes if it can't open the input file. r=nelson

git-svn-id: svn://10.0.0.236/trunk@257207 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
julien.pierre.boogz%sun.com
2009-05-16 00:29:17 +00:00
parent 24152b386e
commit f1a61ae816

View File

@@ -3246,7 +3246,7 @@ int main(int argc, char **argv)
double totalTime;
PRIntervalTime time1, time2;
PRFileDesc *outfile;
PRFileDesc *outfile = NULL;
bltestCipherInfo *cipherInfoListHead, *cipherInfo;
bltestIOMode ioMode;
int bufsize, exponent, curThrdNum;