libcharon: Added AEAD sources of libtls to Android.mk

This commit is contained in:
Tobias Brunner 2014-04-25 14:26:01 +02:00
parent 289456d26a
commit 711af588f9
1 changed files with 1 additions and 0 deletions

View File

@ -199,6 +199,7 @@ LOCAL_C_INCLUDES += $(LOCAL_PATH)/../libtls/
LOCAL_SRC_FILES += $(addprefix ../libtls/, \
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_aead_expl.c tls_aead_impl.c tls_aead_null.c tls_aead.c \
tls_server.c tls.c \
)
endif