summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilan Bartos <mbartos@redhat.com>2013-07-03 23:43:34 +0200
committerMilan Bartos <mbartos@redhat.com>2013-07-03 23:43:34 +0200
commit760cc9ac2523bd105eeb25f6b0fc898776144547 (patch)
tree3c2afe28be393d4473147d256c1a12a2be80f5c2
parentef72e73f43bb224c278ff194372c4751fad03cce (diff)
downloadnss-hg-760cc9ac2523bd105eeb25f6b0fc898776144547.tar.gz
Bug 884178 - add PK11_CipherFinal function wrapper, r=rrelyea
-rw-r--r--lib/pk11wrap/pk11pub.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/pk11wrap/pk11pub.h b/lib/pk11wrap/pk11pub.h
index 53b501c24..41bdd5562 100644
--- a/lib/pk11wrap/pk11pub.h
+++ b/lib/pk11wrap/pk11pub.h
@@ -702,6 +702,7 @@ SECStatus PK11_CipherOp(PK11Context *context, unsigned char * out, int *outlen,
SECStatus PK11_Finalize(PK11Context *context);
SECStatus PK11_DigestFinal(PK11Context *context, unsigned char *data,
unsigned int *outLen, unsigned int length);
+#define PK11_CipherFinal PK11_DigestFinal
SECStatus PK11_SaveContext(PK11Context *cx,unsigned char *save,
int *len, int saveLength);