diff options
author | Ken Raeburn <raeburn@mit.edu> | 2006-03-30 08:46:06 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@mit.edu> | 2006-03-30 08:46:06 +0000 |
commit | ac45d97ca8370bd35a959e9b754dbadba731007d (patch) | |
tree | e4882d73b96b26ccbbb4eb0f873c8e48cfe234f6 | |
parent | 295309711dc7e8007bcc47215fa8e71d98d5c050 (diff) | |
download | krb5-ac45d97ca8370bd35a959e9b754dbadba731007d.tar.gz krb5-ac45d97ca8370bd35a959e9b754dbadba731007d.tar.xz krb5-ac45d97ca8370bd35a959e9b754dbadba731007d.zip |
fill a paragraph in a comment because it's making my scripted parsing difficult
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17798 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r-- | src/lib/crypto/aes/aesopt.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/crypto/aes/aesopt.h b/src/lib/crypto/aes/aesopt.h index 9aa1654da5..709c2ed993 100644 --- a/src/lib/crypto/aes/aesopt.h +++ b/src/lib/crypto/aes/aesopt.h @@ -149,11 +149,11 @@ USE OF DEFINES - Later in this section there are a number of defines that control the - operation of the code. In each section, the purpose of each define is - explained so that the relevant form can be included or excluded by - setting either 1's or 0's respectively on the branches of the related - #if clauses. + Later in this section there are a number of defines that control + the operation of the code. In each section, the purpose of each + define is explained so that the relevant form can be included or + excluded by setting either 1's or 0's respectively on the branches + of the related #if clauses. */ /* 1. PLATFORM SPECIFIC INCLUDES */ |