summaryrefslogtreecommitdiff
path: root/security/nss/lib/ckfw/capi/crsa.c
diff options
context:
space:
mode:
Diffstat (limited to 'security/nss/lib/ckfw/capi/crsa.c')
-rw-r--r--security/nss/lib/ckfw/capi/crsa.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/security/nss/lib/ckfw/capi/crsa.c b/security/nss/lib/ckfw/capi/crsa.c
index abf11f19f..ce0f42797 100644
--- a/security/nss/lib/ckfw/capi/crsa.c
+++ b/security/nss/lib/ckfw/capi/crsa.c
@@ -738,12 +738,9 @@ nss_ckcapi_mdMechanismRSA = {
NULL, /* VerifyInit - default errs */
ckcapi_mdMechanismRSA_SignInit, /* SignRecoverInit */
NULL, /* VerifyRecoverInit - default errs */
- NULL, /* DigestEncryptUpdate - default errs */
- NULL, /* DecryptDigestUpdate - default errs */
- NULL, /* SignEncryptUpdate - default errs */
- NULL, /* DecryptVerifyUpdate - default errs */
NULL, /* GenerateKey - default errs */
NULL, /* GenerateKeyPair - default errs */
+ NULL, /* GetWrapKeyLength - default errs */
NULL, /* WrapKey - default errs */
NULL, /* UnwrapKey - default errs */
NULL, /* DeriveKey - default errs */