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
1066610666else
1066710667 if test " $crypto_lib " = " commoncrypto" ; then
1066810668 CFLAGS+=" -DSQLCIPHER_CRYPTO_CC"
10669- BUILD_CFLAGS+=" -DSQLCIPHER_CRYPTO_OPENSSL - DSQLCIPHER_CRYPTO_CC"
10669+ BUILD_CFLAGS+=" -DSQLCIPHER_CRYPTO_CC"
1067010670 { $as_echo " $as_me :${as_lineno-$LINENO } : result: commoncrypto" >&5
1067110671$as_echo " commoncrypto" >&6 ; }
1067210672 else
Original file line number Diff line number Diff line change @@ -266,7 +266,7 @@ if test "$crypto_lib" = "libtomcrypt"; then
266266else
267267 if test "$crypto_lib" = "commoncrypto"; then
268268 CFLAGS+=" -DSQLCIPHER_CRYPTO_CC"
269- BUILD_CFLAGS+=" -DSQLCIPHER_CRYPTO_OPENSSL - DSQLCIPHER_CRYPTO_CC"
269+ BUILD_CFLAGS+=" -DSQLCIPHER_CRYPTO_CC"
270270 AC_MSG_RESULT ( [ commoncrypto] )
271271 else
272272 CFLAGS+=" -DSQLCIPHER_CRYPTO_OPENSSL"
You can’t perform that action at this time.
0 commit comments