Bugzilla bug 223624: declare pk11_FindAttrInTemplate before it is used.

r=nelsonb.
This commit is contained in:
wchang0222%aol.com 2003-10-25 14:10:11 +00:00
Родитель d5bd3135a1
Коммит 2316ca4f0e
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -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 */