Skip to content

Commit

Permalink
Merge pull request #239 from cconlon/androidCustomConfig
Browse files Browse the repository at this point in the history
Android: define WOLFSSL_CUSTOM_CONFIG in example Android app
  • Loading branch information
JacobBarthelmeh authored Dec 10, 2024
2 parents 06feb77 + 8643c9b commit d39d06c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IDE/Android/app/src/main/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ if ("${WOLFSSL_PKG_TYPE}" MATCHES "normal")
-DWOLFSSL_FORCE_CACHE_ON_TICKET -DWOLFSSL_AKID_NAME -DHAVE_CTS
-DNO_DES3 -DGCM_TABLE_4BIT -DTFM_TIMING_RESISTANT
-DECC_TIMING_RESISTANT -DHAVE_AESGCM -DSIZEOF_LONG=4
-DSIZEOF_LONG_LONG=8
-DSIZEOF_LONG_LONG=8 -DWOLFSSL_CUSTOM_CONFIG

# For gethostbyname()
-DHAVE_NETDB_H
Expand Down Expand Up @@ -163,7 +163,7 @@ elseif("${WOLFSSL_PKG_TYPE}" MATCHES "fipsready")
-DWOLFSSL_TICKET_HAVE_ID -DWOLFSSL_ERROR_CODE_OPENSSL
-DWOLFSSL_EXTRA_ALERTS -DWOLFSSL_FORCE_CACHE_ON_TICKET
-DWOLFSSL_AKID_NAME -DHAVE_CTS -DKEEP_PEER_CERT -DSESSION_CERTS
-DSIZEOF_LONG=4 -DSIZEOF_LONG_LONG=8
-DSIZEOF_LONG=4 -DSIZEOF_LONG_LONG=8 -DWOLFSSL_CUSTOM_CONFIG

# For gethostbyname()
-DHAVE_NETDB_H
Expand Down

0 comments on commit d39d06c

Please sign in to comment.