summaryrefslogtreecommitdiffstats
path: root/include/ncrypto
diff options
context:
space:
mode:
authorMiloslav Trmač <mitr@redhat.com>2010-10-05 17:18:44 +0200
committerMiloslav Trmač <mitr@redhat.com>2010-10-05 17:18:44 +0200
commit0e65f9300dc973016bc3dfae6b5b14fca7104a94 (patch)
tree14808a3cfa4c43b58bd8a0c9ee3710b28e4deb80 /include/ncrypto
parente9c89f14ed8d6faad29c013dc2348665b86ff7f0 (diff)
downloadncrypto-0e65f9300dc973016bc3dfae6b5b14fca7104a94.tar.gz
ncrypto-0e65f9300dc973016bc3dfae6b5b14fca7104a94.tar.xz
ncrypto-0e65f9300dc973016bc3dfae6b5b14fca7104a94.zip
Beautify
Diffstat (limited to 'include/ncrypto')
-rw-r--r--include/ncrypto/ncrypto.h2
1 files changed, 1 insertions, 1 deletions
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);