From 0e65f9300dc973016bc3dfae6b5b14fca7104a94 Mon Sep 17 00:00:00 2001 From: Miloslav Trmač Date: Tue, 5 Oct 2010 17:18:44 +0200 Subject: Beautify --- include/ncrypto/ncrypto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/ncrypto') diff --git a/include/ncrypto/ncrypto.h b/include/ncrypto/ncrypto.h index 5da7949..af4f518 100644 --- a/include/ncrypto/ncrypto.h +++ b/include/ncrypto/ncrypto.h @@ -38,7 +38,7 @@ struct ncr_digest_session; CK_RV ncr_digest_alloc (struct ncr_digest_session **sess, CK_MECHANISM_TYPE mech); CK_RV ncr_digest_free (struct ncr_digest_session *sess); -/* Use either: ncr_digest_{init,update*,final} (), or +/* Use either ncr_digest_{init,update*,final} (), or ncr_{digest_init,digest} (). After finishing such a call sequence, a new sequence can be started within the same session. */ CK_RV ncr_digest_init (struct ncr_digest_session *sess); -- cgit