diff options
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 | */ |
