enable dtls at liblinphone level
[Switch submodule branch]
This commit is contained in:
parent
fab1627121
commit
470e1446d9
3 changed files with 6 additions and 4 deletions
|
@ -36,7 +36,6 @@ LOCAL_SRC_FILES := \
|
|||
md.c \
|
||||
md_wrap.c \
|
||||
memory_buffer_alloc.c \
|
||||
memory.c \
|
||||
net.c \
|
||||
oid.c \
|
||||
padlock.c \
|
||||
|
@ -69,7 +68,10 @@ LOCAL_SRC_FILES := \
|
|||
x509_csr.c \
|
||||
x509write_crt.c \
|
||||
x509write_csr.c \
|
||||
xtea.c
|
||||
xtea.c \
|
||||
ccm.c \
|
||||
ssl_cookie.c \
|
||||
hmac_drbg.c
|
||||
|
||||
|
||||
|
||||
|
|
2
submodules/externals/polarssl
vendored
2
submodules/externals/polarssl
vendored
|
@ -1 +1 @@
|
|||
Subproject commit e46939b25c990d825d94c2d526c350a1380db67f
|
||||
Subproject commit ab2f403a3e0ec91257f0e943129c0eec272f34e8
|
|
@ -1 +1 @@
|
|||
Subproject commit e2d39cf097c2b14f4ee75f4a3df3ce49d1bbf462
|
||||
Subproject commit 2d30e846d8c8f09f71794866cd8261b65aa8937c
|
Loading…
Reference in a new issue