Enable SSL usage in eXosip

This commit is contained in:
Pierre-Eric Pelloux-Prayer 2011-07-20 11:54:15 +02:00
parent d9d0749de4
commit 0a09f5a049
2 changed files with 2 additions and 3 deletions

View file

@ -61,7 +61,6 @@ LOCAL_CFLAGS += \
LOCAL_C_INCLUDES += \
$(LOCAL_PATH)/include \
$(LOCAL_PATH)/../osip/include \
#LOCAL_SHARED_LIBRARIES := libosip2
$(LOCAL_PATH)/../openssl/include \
include $(BUILD_STATIC_LIBRARY)

View file

@ -32,7 +32,7 @@
#define HAVE_NETDB_H 1
/* 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 HAVE_PTHREAD 1