Diff for /embedaddon/strongswan/src/libcharon/Android.mk between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2020/06/03 09:46:44 version 1.1.1.2, 2021/03/17 00:20:08
Line 220  ifneq ($(or $(call plugin_enabled, eap-tls), $(call pl Line 220  ifneq ($(or $(call plugin_enabled, eap-tls), $(call pl
                         $(call plugin_enabled, eap-peap), $(call plugin_enabled, eap-tnc)),)                          $(call plugin_enabled, eap-peap), $(call plugin_enabled, eap-tnc)),)
 LOCAL_C_INCLUDES += $(LOCAL_PATH)/../libtls/  LOCAL_C_INCLUDES += $(LOCAL_PATH)/../libtls/
 LOCAL_SRC_FILES += $(addprefix ../libtls/, \  LOCAL_SRC_FILES += $(addprefix ../libtls/, \
                tls_protection.c tls_compression.c tls_fragmentation.c tls_alert.c \        tls_protection.c tls_compression.c tls_fragmentation.c tls_alert.c \
                tls_crypto.c tls_prf.c tls_socket.c tls_eap.c tls_cache.c tls_peer.c \        tls_crypto.c tls_prf.c tls_hkdf.c tls_socket.c tls_eap.c tls_cache.c \
                tls_aead_expl.c tls_aead_impl.c tls_aead_null.c tls_aead.c \        tls_aead_expl.c tls_aead_impl.c tls_aead_null.c tls_aead_seq.c tls_aead.c \
                tls_server.c tls.c \        tls_peer.c tls_server.c tls.c \
         )          )
 endif  endif
   

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>