| Index: nss/lib/ckfw/nssckfwt.h
|
| diff --git a/nss/lib/ckfw/nssckfwt.h b/nss/lib/ckfw/nssckfwt.h
|
| index 4c4fad2d5c8ea3c2c88af26934530472dd2eccda..cd015d515360cf0e77f54ee290645ea83cde84c4 100644
|
| --- a/nss/lib/ckfw/nssckfwt.h
|
| +++ b/nss/lib/ckfw/nssckfwt.h
|
| @@ -51,7 +51,6 @@ typedef struct NSSCKFWMechanismStr NSSCKFWMechanism;
|
| struct NSSCKFWCryptoOperationStr;
|
| typedef struct NSSCKFWCryptoOperationStr NSSCKFWCryptoOperation;
|
|
|
| -
|
| /*
|
| * NSSCKFWSession
|
| *
|
| @@ -87,7 +86,7 @@ typedef struct NSSCKFWMutexStr NSSCKFWMutex;
|
| typedef enum {
|
| SingleThreaded,
|
| MultiThreaded
|
| -} CryptokiLockingState ;
|
| +} CryptokiLockingState;
|
|
|
| /* used as an index into an array, make sure it starts at '0' */
|
| typedef enum {
|
|
|