diff options
| author | miod <> | 2014-04-16 04:38:11 +0000 |
|---|---|---|
| committer | miod <> | 2014-04-16 04:38:11 +0000 |
| commit | b8a4f14a0fc6d4be2de52a124e247319774006f5 (patch) | |
| tree | 2b99adc12b8d0370fd553783fe3359d8d70330f1 /src/lib/libcrypto/sha/sha.h | |
| parent | 346d29bda3f3a19f49a5a207d4fa958aa9c8efd1 (diff) | |
| download | openbsd-b8a4f14a0fc6d4be2de52a124e247319774006f5.tar.gz openbsd-b8a4f14a0fc6d4be2de52a124e247319774006f5.tar.bz2 openbsd-b8a4f14a0fc6d4be2de52a124e247319774006f5.zip | |
Remove _CRAY references. Note that this pleads for the use of <stdint.h>
fixed-width types instead of choosing int or long depending upon what we
think the architecture support.
Diffstat (limited to 'src/lib/libcrypto/sha/sha.h')
| -rw-r--r-- | src/lib/libcrypto/sha/sha.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/sha/sha.h b/src/lib/libcrypto/sha/sha.h index 7cbca26ff9..435352c208 100644 --- a/src/lib/libcrypto/sha/sha.h +++ b/src/lib/libcrypto/sha/sha.h | |||
| @@ -79,7 +79,7 @@ extern "C" { | |||
| 79 | 79 | ||
| 80 | #if defined(__LP32__) | 80 | #if defined(__LP32__) |
| 81 | #define SHA_LONG unsigned long | 81 | #define SHA_LONG unsigned long |
| 82 | #elif defined(OPENSSL_SYS_CRAY) || defined(__ILP64__) | 82 | #elif defined(__ILP64__) |
| 83 | #define SHA_LONG unsigned long | 83 | #define SHA_LONG unsigned long |
| 84 | #define SHA_LONG_LOG2 3 | 84 | #define SHA_LONG_LOG2 3 |
| 85 | #else | 85 | #else |
