diff options
author | jsing <> | 2014-04-20 14:32:19 +0000 |
---|---|---|
committer | jsing <> | 2014-04-20 14:32:19 +0000 |
commit | e30dbd6d979a7c2e99c8c4b4660b81e5c18b0c8c (patch) | |
tree | fab20b775c31a23956dbbb4a4fb4aa288ee27a94 /src/lib/libcrypto/md32_common.h | |
parent | f3c3afa642d281b9472832f33041f3dc51156597 (diff) | |
download | openbsd-e30dbd6d979a7c2e99c8c4b4660b81e5c18b0c8c.tar.gz openbsd-e30dbd6d979a7c2e99c8c4b4660b81e5c18b0c8c.tar.bz2 openbsd-e30dbd6d979a7c2e99c8c4b4660b81e5c18b0c8c.zip |
More KNF.
Diffstat (limited to 'src/lib/libcrypto/md32_common.h')
-rw-r--r-- | src/lib/libcrypto/md32_common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/md32_common.h b/src/lib/libcrypto/md32_common.h index 3e02776d30..be097bfc70 100644 --- a/src/lib/libcrypto/md32_common.h +++ b/src/lib/libcrypto/md32_common.h | |||
@@ -7,7 +7,7 @@ | |||
7 | * are met: | 7 | * are met: |
8 | * | 8 | * |
9 | * 1. Redistributions of source code must retain the above copyright | 9 | * 1. Redistributions of source code must retain the above copyright |
10 | * notice, this list of conditions and the following disclaimer. | 10 | * notice, this list of conditions and the following disclaimer. |
11 | * | 11 | * |
12 | * 2. Redistributions in binary form must reproduce the above copyright | 12 | * 2. Redistributions in binary form must reproduce the above copyright |
13 | * notice, this list of conditions and the following disclaimer in | 13 | * notice, this list of conditions and the following disclaimer in |
@@ -377,7 +377,7 @@ int HASH_FINAL (unsigned char *md, HASH_CTX *c) | |||
377 | * *either* case. Now declaring 'em long excuses the compiler | 377 | * *either* case. Now declaring 'em long excuses the compiler |
378 | * from keeping 32 MSBs zeroed resulting in 13% performance | 378 | * from keeping 32 MSBs zeroed resulting in 13% performance |
379 | * improvement under SPARC Solaris7/64 and 5% under AlphaLinux. | 379 | * improvement under SPARC Solaris7/64 and 5% under AlphaLinux. |
380 | * Well, to be honest it should say that this *prevents* | 380 | * Well, to be honest it should say that this *prevents* |
381 | * performance degradation. | 381 | * performance degradation. |
382 | * <appro@fy.chalmers.se> | 382 | * <appro@fy.chalmers.se> |
383 | */ | 383 | */ |