| Index: import_from_android.sh
|
| diff --git a/import_from_android.sh b/import_from_android.sh
|
| index ea1ab195cd666c26b11eb6e324f44f3f8f1269bc..7dbdda6527d07527404dada2fdb714e8e2fb4f26 100755
|
| --- a/import_from_android.sh
|
| +++ b/import_from_android.sh
|
| @@ -456,9 +456,11 @@ generate_gyp_file () {
|
| dump "Generating 64-bit configuration header file."
|
| mkdir -p $PROGDIR/config/x64/openssl/
|
| sed \
|
| + -e 's|^#define RC4_INT unsigned char|#define RC4_INT unsigned int|g' \
|
| -e 's|^#define BN_LLONG|#undef BN_LLONG|g' \
|
| -e 's|^#define THIRTY_TWO_BIT|#undef THIRTY_TWO_BIT|g' \
|
| -e 's|^#undef SIXTY_FOUR_BIT_LONG|#define SIXTY_FOUR_BIT_LONG|g' \
|
| + -e 's|^#define BF_PTR|#undef BF_PTR|g' \
|
| $PROGDIR/openssl/include/openssl/opensslconf.h \
|
| > $PROGDIR/config/x64/openssl/opensslconf.h
|
|
|
|
|