diff options
| author | djm <> | 2010-10-01 22:59:01 +0000 |
|---|---|---|
| committer | djm <> | 2010-10-01 22:59:01 +0000 |
| commit | 8922d4bc4a8b8893d72a48deb2cdf58215f98505 (patch) | |
| tree | 939b752540947d33507b3acc48d76a8bfb7c3dc3 /src/lib/libcrypto/cast/c_skey.c | |
| parent | 76262f7bf9262f965142b1b2b2105cb279c5c696 (diff) | |
| download | openbsd-8922d4bc4a8b8893d72a48deb2cdf58215f98505.tar.gz openbsd-8922d4bc4a8b8893d72a48deb2cdf58215f98505.tar.bz2 openbsd-8922d4bc4a8b8893d72a48deb2cdf58215f98505.zip | |
resolve conflicts, fix local changes
Diffstat (limited to 'src/lib/libcrypto/cast/c_skey.c')
| -rw-r--r-- | src/lib/libcrypto/cast/c_skey.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/lib/libcrypto/cast/c_skey.c b/src/lib/libcrypto/cast/c_skey.c index 68e690a60c..76e40005c9 100644 --- a/src/lib/libcrypto/cast/c_skey.c +++ b/src/lib/libcrypto/cast/c_skey.c | |||
| @@ -57,11 +57,6 @@ | |||
| 57 | */ | 57 | */ |
| 58 | 58 | ||
| 59 | #include <openssl/cast.h> | 59 | #include <openssl/cast.h> |
| 60 | #include <openssl/crypto.h> | ||
| 61 | #ifdef OPENSSL_FIPS | ||
| 62 | #include <openssl/fips.h> | ||
| 63 | #endif | ||
| 64 | |||
| 65 | #include "cast_lcl.h" | 60 | #include "cast_lcl.h" |
| 66 | #include "cast_s.h" | 61 | #include "cast_s.h" |
| 67 | 62 | ||
| @@ -77,7 +72,7 @@ | |||
| 77 | #define S6 CAST_S_table6 | 72 | #define S6 CAST_S_table6 |
| 78 | #define S7 CAST_S_table7 | 73 | #define S7 CAST_S_table7 |
| 79 | 74 | ||
| 80 | FIPS_NON_FIPS_VCIPHER_Init(CAST) | 75 | void CAST_set_key(CAST_KEY *key, int len, const unsigned char *data) |
| 81 | { | 76 | { |
| 82 | CAST_LONG x[16]; | 77 | CAST_LONG x[16]; |
| 83 | CAST_LONG z[16]; | 78 | CAST_LONG z[16]; |
