summaryrefslogtreecommitdiffstats
path: root/prsa.c
diff options
context:
space:
mode:
authorKamil Dudka <kdudka@redhat.com>2009-05-27 16:22:23 +0200
committerRob Crittenden <rcritten@redhat.com>2009-05-29 12:55:43 -0400
commit5ad2940670b06e0d9ed2db03ea362385d73e86cb (patch)
tree187c5c753c9bc4325473b1929eac17b7db4d6d94 /prsa.c
parent27654eb42b27e296bb2375aa929b550daadc4d81 (diff)
downloadpemnss-5ad2940670b06e0d9ed2db03ea362385d73e86cb.tar.gz
pemnss-5ad2940670b06e0d9ed2db03ea362385d73e86cb.tar.xz
pemnss-5ad2940670b06e0d9ed2db03ea362385d73e86cb.zip
Fix gcc warnings.
500815
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