emailrelay: Remove SSLv3 option
The next version of OpenSSL will not include support. Removing in advance. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
2f8eb41827
commit
2b238005c1
1 changed files with 0 additions and 5 deletions
|
@ -102,11 +102,6 @@ ifeq ($(CONFIG_EMAILRELAY_SUPPORT_VERBOSE_DBG),y)
|
|||
--enable-debug=yes
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_OPENSSL_WITH_SSL3),y)
|
||||
CONFIGURE_VARS += \
|
||||
CXXFLAGS="$$$$CXXFLAGS -DSSL3_SUPPORT"
|
||||
endif
|
||||
|
||||
define Package/emailrelay/install
|
||||
$(INSTALL_DIR) $(1)/usr/bin
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/main/emailrelay $(1)/usr/bin/
|
||||
|
|
Loading…
Reference in a new issue