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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user