mirror of
https://github.com/status-im/sqlcipher.git
synced 2025-02-23 09:18:11 +00:00
Merge branch 'prerelease' of github.com:sqlcipher/sqlcipher into prerelease
This commit is contained in:
commit
0a767d7c15
2
configure
vendored
2
configure
vendored
@ -10666,7 +10666,7 @@ fi
|
||||
else
|
||||
if test "$crypto_lib" = "commoncrypto"; then
|
||||
CFLAGS+=" -DSQLCIPHER_CRYPTO_CC"
|
||||
BUILD_CFLAGS+=" -DSQLCIPHER_CRYPTO_OPENSSL -DSQLCIPHER_CRYPTO_CC"
|
||||
BUILD_CFLAGS+=" -DSQLCIPHER_CRYPTO_CC"
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: commoncrypto" >&5
|
||||
$as_echo "commoncrypto" >&6; }
|
||||
else
|
||||
|
@ -266,7 +266,7 @@ if test "$crypto_lib" = "libtomcrypt"; then
|
||||
else
|
||||
if test "$crypto_lib" = "commoncrypto"; then
|
||||
CFLAGS+=" -DSQLCIPHER_CRYPTO_CC"
|
||||
BUILD_CFLAGS+=" -DSQLCIPHER_CRYPTO_OPENSSL -DSQLCIPHER_CRYPTO_CC"
|
||||
BUILD_CFLAGS+=" -DSQLCIPHER_CRYPTO_CC"
|
||||
AC_MSG_RESULT([commoncrypto])
|
||||
else
|
||||
CFLAGS+=" -DSQLCIPHER_CRYPTO_OPENSSL"
|
||||
|
Loading…
x
Reference in New Issue
Block a user