зеркало из https://github.com/mozilla/gecko-dev.git
Bugzilla bug 223624: declare pk11_FindAttrInTemplate before it is used.
r=nelsonb.
This commit is contained in:
Родитель
d5bd3135a1
Коммит
2316ca4f0e
|
@ -69,6 +69,9 @@ static PK11SymKey *pk11_DeriveWithTemplate(PK11SymKey *baseKey,
|
|||
CK_ATTRIBUTE_TYPE operation, int keySize, CK_ATTRIBUTE *userAttr,
|
||||
unsigned int numAttrs, PRBool isPerm);
|
||||
|
||||
static PRBool pk11_FindAttrInTemplate(CK_ATTRIBUTE *attr,
|
||||
unsigned int numAttrs, CK_ATTRIBUTE_TYPE target);
|
||||
|
||||
#ifdef NSS_ENABLE_ECC
|
||||
extern int SECKEY_ECParams2KeySize(SECItem *params);
|
||||
#endif /* NSS_ENABLE_ECC */
|
||||
|
|
Загрузка…
Ссылка в новой задаче