| Index: config/x64/openssl/opensslconf.h
|
| diff --git a/config/x64/openssl/opensslconf.h b/config/x64/openssl/opensslconf.h
|
| index c54db6879453d662df59c2f2e99da3e34bc506d6..6dfeaddf0fbee90514001cf8668c2b8be9eea4a9 100644
|
| --- a/config/x64/openssl/opensslconf.h
|
| +++ b/config/x64/openssl/opensslconf.h
|
| @@ -199,7 +199,7 @@
|
| * - Intel P6 because partial register stalls are very expensive;
|
| * - elder Alpha because it lacks byte load/store instructions;
|
| */
|
| -#define RC4_INT unsigned char
|
| +#define RC4_INT unsigned int
|
| #endif
|
| #if !defined(RC4_CHUNK)
|
| /*
|
| @@ -239,7 +239,7 @@
|
|
|
| #if defined(HEADER_BF_LOCL_H) && !defined(CONFIG_HEADER_BF_LOCL_H)
|
| #define CONFIG_HEADER_BF_LOCL_H
|
| -#define BF_PTR
|
| +#undef BF_PTR
|
| #endif /* HEADER_BF_LOCL_H */
|
|
|
| #if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H)
|
|
|