summaryrefslogtreecommitdiffstats
path: root/prsa.c
diff options
context:
space:
mode:
Diffstat (limited to 'prsa.c')
-rw-r--r--prsa.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/prsa.c b/prsa.c
index 1391dd3..0b79cd8 100644
--- a/prsa.c
+++ b/prsa.c
@@ -303,7 +303,7 @@ pem_mdCryptoOperationRSAPriv_Create
return &iOperation->mdOperation;
}
-static CK_RV
+static void
pem_mdCryptoOperationRSAPriv_Destroy
(
NSSCKMDCryptoOperation * mdOperation,
@@ -319,7 +319,6 @@ pem_mdCryptoOperationRSAPriv_Destroy
nssItem_Destroy(iOperation->buffer);
}
nss_ZFreeIf(iOperation);
- return CKR_OK;
}
static CK_ULONG