diff options
| author | bcook <> | 2014-10-20 13:06:54 +0000 |
|---|---|---|
| committer | bcook <> | 2014-10-20 13:06:54 +0000 |
| commit | 10a9b1df4b5ad5428b68d2cae5f7ae6a82108db2 (patch) | |
| tree | 9f1b71bdf20f33992bbc4fa9ce82f07ec687ade8 /src/lib/libcrypto/sha/sha.h | |
| parent | 609e6e02c991fe86514d18459104cf965cbfece2 (diff) | |
| download | openbsd-10a9b1df4b5ad5428b68d2cae5f7ae6a82108db2.tar.gz openbsd-10a9b1df4b5ad5428b68d2cae5f7ae6a82108db2.tar.bz2 openbsd-10a9b1df4b5ad5428b68d2cae5f7ae6a82108db2.zip | |
digests: *_LONG_LOG2 is not used, stop talking about it.
Modified patch from Dmitry Eremin-Solenikov
leave the sole public define in ripemd.h
ok deraadt@ miod@
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libcrypto/sha/sha.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/libcrypto/sha/sha.h b/src/lib/libcrypto/sha/sha.h index e4fdae9788..d890175159 100644 --- a/src/lib/libcrypto/sha/sha.h +++ b/src/lib/libcrypto/sha/sha.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: sha.h,v 1.19 2014/07/13 14:13:27 beck Exp $ */ | 1 | /* $OpenBSD: sha.h,v 1.20 2014/10/20 13:06:54 bcook Exp $ */ |
| 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
| 3 | * All rights reserved. | 3 | * All rights reserved. |
| 4 | * | 4 | * |
| @@ -76,8 +76,7 @@ extern "C" { | |||
| 76 | 76 | ||
| 77 | /* | 77 | /* |
| 78 | * !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | 78 | * !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| 79 | * ! SHA_LONG has to be at least 32 bits wide. If it's wider, then ! | 79 | * ! SHA_LONG has to be at least 32 bits wide. ! |
| 80 | * ! SHA_LONG_LOG2 has to be defined along. ! | ||
| 81 | * !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | 80 | * !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| 82 | */ | 81 | */ |
| 83 | 82 | ||
