summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMiloslav Trmač <mitr@redhat.com>2010-11-02 20:11:41 +0100
committerMiloslav Trmač <mitr@redhat.com>2010-11-02 20:11:41 +0100
commit278a10d4af56af2af8fcb4aa81f492db6109ef58 (patch)
tree4f349d2e3cb0c34507e23a1705ebbd5debae1a76 /include
parentfd80d48ded8f550f9d2853721b5200bde0d951fa (diff)
downloadncrypto-278a10d4af56af2af8fcb4aa81f492db6109ef58.tar.gz
ncrypto-278a10d4af56af2af8fcb4aa81f492db6109ef58.tar.xz
ncrypto-278a10d4af56af2af8fcb4aa81f492db6109ef58.zip
Drop support for the *_CBC_PAD mechanisms.
Diffstat (limited to 'include')
-rw-r--r--include/ncrypto/ncrypto.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/ncrypto/ncrypto.h b/include/ncrypto/ncrypto.h
index 76c695a..024d5a7 100644
--- a/include/ncrypto/ncrypto.h
+++ b/include/ncrypto/ncrypto.h
@@ -152,8 +152,7 @@ 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. */
/* Session lifetime management. */
CK_RV ncr_symm_cipher_alloc (struct ncr_symm_cipher_session **sess,