merge text to term routines

This commit is contained in:
Vitor Santos Costa
2016-12-04 12:52:42 -06:00
parent b07a35a993
commit 6a4dbd91ec
11 changed files with 1249 additions and 1359 deletions

View File

@@ -10,9 +10,9 @@ set (TARGET sys)
endif()
if (NOT ANDROID)
if (NOT ANDROID AND WITH_OPENSSL)
#
# this will support getting better cryptographic support,
# this will evolve to getting better cryptographic support,
# but right now Open SSL is not supported enough.
#
find_package (OpenSSL)