File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10666,7 +10666,7 @@ fi
10666
10666
else
10667
10667
if test " $crypto_lib " = " commoncrypto" ; then
10668
10668
CFLAGS+=" -DSQLCIPHER_CRYPTO_CC"
10669
- BUILD_CFLAGS+=" -DSQLCIPHER_CRYPTO_OPENSSL - DSQLCIPHER_CRYPTO_CC"
10669
+ BUILD_CFLAGS+=" -DSQLCIPHER_CRYPTO_CC"
10670
10670
{ $as_echo " $as_me :${as_lineno-$LINENO } : result: commoncrypto" >&5
10671
10671
$as_echo " commoncrypto" >&6 ; }
10672
10672
else
Original file line number Diff line number Diff line change @@ -266,7 +266,7 @@ if test "$crypto_lib" = "libtomcrypt"; then
266
266
else
267
267
if test "$crypto_lib" = "commoncrypto"; then
268
268
CFLAGS+=" -DSQLCIPHER_CRYPTO_CC"
269
- BUILD_CFLAGS+=" -DSQLCIPHER_CRYPTO_OPENSSL - DSQLCIPHER_CRYPTO_CC"
269
+ BUILD_CFLAGS+=" -DSQLCIPHER_CRYPTO_CC"
270
270
AC_MSG_RESULT ( [ commoncrypto] )
271
271
else
272
272
CFLAGS+=" -DSQLCIPHER_CRYPTO_OPENSSL"
You can’t perform that action at this time.
0 commit comments