OK, let's not get sloppy on the types... flags should be a PRUint32.
git-svn-id: svn://10.0.0.236/trunk@86732 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -506,7 +506,7 @@ init_crypto(PRBool create, PRBool readOnly)
|
||||
#endif
|
||||
Error retval;
|
||||
SECStatus rv;
|
||||
int flags = 0;
|
||||
PRUint32 flags = 0;
|
||||
|
||||
|
||||
if(SECU_ConfigDirectory(dbdir)[0] == '\0') {
|
||||
|
||||
Reference in New Issue
Block a user