Android: Restore OpenSSL ENGINE support
We now use an OpenSSL ENGINE to support keystore functionality. Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
This commit is contained in:
parent
6dfdb80959
commit
206d81319e
2 changed files with 0 additions and 6 deletions
|
@ -45,9 +45,6 @@ ifeq ($(TARGET_ARCH),arm)
|
|||
L_CFLAGS += -mabi=aapcs-linux
|
||||
endif
|
||||
|
||||
# OpenSSL is configured without engines on Android
|
||||
L_CFLAGS += -DOPENSSL_NO_ENGINE
|
||||
|
||||
INCLUDES = $(LOCAL_PATH)
|
||||
INCLUDES += $(LOCAL_PATH)/src
|
||||
INCLUDES += $(LOCAL_PATH)/src/utils
|
||||
|
|
|
@ -51,9 +51,6 @@ ifeq ($(TARGET_ARCH),arm)
|
|||
L_CFLAGS += -mabi=aapcs-linux
|
||||
endif
|
||||
|
||||
# OpenSSL is configured without engines on Android
|
||||
L_CFLAGS += -DOPENSSL_NO_ENGINE
|
||||
|
||||
INCLUDES = $(LOCAL_PATH)
|
||||
INCLUDES += $(LOCAL_PATH)/src
|
||||
INCLUDES += $(LOCAL_PATH)/src/common
|
||||
|
|
Loading…
Reference in a new issue