Index: nss/lib/softoken/lgglue.h |
=================================================================== |
--- nss/lib/softoken/lgglue.h (revision 203524) |
+++ nss/lib/softoken/lgglue.h (working copy) |
@@ -10,7 +10,7 @@ |
* function prototypes for the callbacks into softoken from the legacyDB |
*/ |
-typedef SECStatus (*LGEncryptFunc)(PRArenaPool *arena, SDB *sdb, |
+typedef SECStatus (*LGEncryptFunc)(PLArenaPool *arena, SDB *sdb, |
SECItem *plainText, SECItem **cipherText); |
typedef SECStatus (*LGDecryptFunc)(SDB *sdb, SECItem *cipherText, |
SECItem **plainText); |