Index: nss/lib/softoken/lowpbe.h |
=================================================================== |
--- nss/lib/softoken/lowpbe.h (revision 203524) |
+++ nss/lib/softoken/lowpbe.h (working copy) |
@@ -30,7 +30,7 @@ |
typedef struct NSSPKCS5PBEParameterStr NSSPKCS5PBEParameter; |
struct NSSPKCS5PBEParameterStr { |
- PRArenaPool *poolp; |
+ PLArenaPool *poolp; |
SECItem salt; /* octet string */ |
SECItem iteration; /* integer */ |
SECItem keyLength; /* integer */ |
@@ -60,7 +60,7 @@ |
* Otherwise, a pointer to the algorithm id is returned. |
*/ |
extern SECAlgorithmID * |
-nsspkcs5_CreateAlgorithmID(PRArenaPool *arena, SECOidTag algorithm, |
+nsspkcs5_CreateAlgorithmID(PLArenaPool *arena, SECOidTag algorithm, |
NSSPKCS5PBEParameter *pbe); |
/* |