Adding the OpenSSL plugin to the Android build.

This commit is contained in:
Tobias Brunner
2010-03-08 17:21:46 +01:00
parent 16c8442a3e
commit 38031382dc
3 changed files with 20 additions and 2 deletions
+18
View File
@@ -100,6 +100,24 @@ LOCAL_SRC_FILES += $(call add_plugin, md5, \
md5_plugin.h md5_plugin.c md5_hasher.c md5_hasher.h \
)
LOCAL_SRC_FILES += $(call add_plugin, openssl, \
openssl_plugin.h openssl_plugin.c \
openssl_util.c openssl_util.h \
openssl_crypter.c openssl_crypter.h \
openssl_hasher.c openssl_hasher.h \
openssl_sha1_prf.c openssl_sha1_prf.h \
openssl_diffie_hellman.c openssl_diffie_hellman.h \
openssl_rsa_private_key.c openssl_rsa_private_key.h \
openssl_rsa_public_key.c openssl_rsa_public_key.h \
openssl_ec_diffie_hellman.c openssl_ec_diffie_hellman.h \
openssl_ec_private_key.c openssl_ec_private_key.h \
openssl_ec_public_key.c openssl_ec_public_key.h \
)
ifneq ($(call plugin_enabled, openssl)),)
LOCAL_C_INCLUDES += external/openssl/include
LOCAL_SHARED_LIBRARIES += libcrypto
endif
LOCAL_SRC_FILES += $(call add_plugin, pem, \
pem_plugin.h pem_plugin.c \
pem_builder.c pem_builder.h \
+1 -1
View File
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2008-2009 Tobias Brunner
* Copyright (C) 2008-2010 Tobias Brunner
* Copyright (C) 2005-2008 Martin Willi
* Hochschule fuer Technik Rapperswil
*
+1 -1
View File
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2008-2009 Tobias Brunner
* Copyright (C) 2008-2010 Tobias Brunner
* Copyright (C) 2008 Martin Willi
* Hochschule fuer Technik Rapperswil
*