Enable SSL usage in eXosip
This commit is contained in:
parent
d9d0749de4
commit
0a09f5a049
2 changed files with 2 additions and 3 deletions
3
submodules/externals/build/exosip/Android.mk
vendored
3
submodules/externals/build/exosip/Android.mk
vendored
|
@ -61,7 +61,6 @@ LOCAL_CFLAGS += \
|
||||||
LOCAL_C_INCLUDES += \
|
LOCAL_C_INCLUDES += \
|
||||||
$(LOCAL_PATH)/include \
|
$(LOCAL_PATH)/include \
|
||||||
$(LOCAL_PATH)/../osip/include \
|
$(LOCAL_PATH)/../osip/include \
|
||||||
|
$(LOCAL_PATH)/../openssl/include \
|
||||||
#LOCAL_SHARED_LIBRARIES := libosip2
|
|
||||||
|
|
||||||
include $(BUILD_STATIC_LIBRARY)
|
include $(BUILD_STATIC_LIBRARY)
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
#define HAVE_NETDB_H 1
|
#define HAVE_NETDB_H 1
|
||||||
|
|
||||||
/* Define to 1 if you have the <openssl/ssl.h> header file. */
|
/* Define to 1 if you have the <openssl/ssl.h> header file. */
|
||||||
/* #undef HAVE_OPENSSL_SSL_H */
|
#define HAVE_OPENSSL_SSL_H 1
|
||||||
|
|
||||||
/* Define if you have POSIX threads libraries and header files. */
|
/* Define if you have POSIX threads libraries and header files. */
|
||||||
#define HAVE_PTHREAD 1
|
#define HAVE_PTHREAD 1
|
||||||
|
|
Loading…
Reference in a new issue