transmission: patches: add ARC4 implementation inside transmission, disable it in openssl

arm-master
pedro 1 year ago
parent 382aefe3cc
commit 66dbc261c8

@ -194,7 +194,7 @@ FFMPEG_CONFIGURE_DECODERS := $(call FFMPEG_FILTER_CONFIG,enable-decoder,$(FFMPEG
FFMPEG_CONFIGURE_PROTOCOLS := $(call FFMPEG_FILTER_CONFIG,enable-protocol,$(FFMPEG_PROTOCOLS))
# openssl stuff
OPENSSL_OPTIONS := no-tests no-unit-test no-sse2 no-ssl3 no-comp no-gost no-afalgeng no-devcryptoeng no-nextprotoneg no-capieng no-blake2 no-idea no-mdc2 no-ocb no-seed no-whirlpool no-srp no-err
OPENSSL_OPTIONS := no-tests no-unit-test no-sse2 no-ssl3 no-comp no-gost no-afalgeng no-devcryptoeng no-nextprotoneg no-capieng no-blake2 no-idea no-mdc2 no-ocb no-seed no-whirlpool no-srp no-err no-rc4
ifneq ($(or $(TCONFIG_OPENSSL30),$(TCONFIG_OPENSSL11)),y)
OPENSSL_OPTIONS += no-npn
endif
@ -216,9 +216,6 @@ ifeq ($(TCONFIG_KEYGEN),)
OPENSSL_OPTIONS += no-engines no-sha0 no-smime no-krb5 no-ripemd no-gms no-gmp no-jpake no-libunbound no-store no-dtls1 enable-rc5
endif # TCONFIG_OPENSSL30 || TCONFIG_OPENSSL11
endif # !TCONFIG_KEYGEN
ifeq ($(TCONFIG_BBT),)
OPENSSL_OPTIONS += no-rc4
endif
# libcurl flag
ifeq ($(TCONFIG_STUBBY),y)

Loading…
Cancel
Save