summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiloslav Trmač <mitr@redhat.com>2010-10-13 22:43:43 +0200
committerMiloslav Trmač <mitr@redhat.com>2010-10-13 22:43:43 +0200
commitd56f2ee027be7f2255403558039c9402753e42b5 (patch)
treebd0f05381aa3307d16cf866ae2336dc789621c59
parent19f299581fe25a39fff815be34741569213378f9 (diff)
downloadncrypto-d56f2ee027be7f2255403558039c9402753e42b5.tar.gz
ncrypto-d56f2ee027be7f2255403558039c9402753e42b5.tar.xz
ncrypto-d56f2ee027be7f2255403558039c9402753e42b5.zip
Beautify
-rw-r--r--include/ncrypto/ncrypto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ncrypto/ncrypto.h b/include/ncrypto/ncrypto.h
index c9b7329..0b5087d 100644
--- a/include/ncrypto/ncrypto.h
+++ b/include/ncrypto/ncrypto.h
@@ -72,8 +72,8 @@ CK_RV ncr_digest_standalone (CK_MECHANISM_TYPE mech, void *dest,
struct ncr_symm_cipher_session;
-/* Note that for *_ECB and *_CBC, the input must be block-aligned. For *_CBC_PAD,
- it does not have to be. */
+/* Note that for *_ECB and *_CBC, the input must be block-aligned. For
+ *_CBC_PAD, it does not have to be. */
/* Session lifetime management. */
CK_RV ncr_symm_cipher_alloc (struct ncr_symm_cipher_session **sess,