8000 Remove SQLCIPHER_CRYPTO_OPENSSL flag for commoncrypto · magic-coder/sqlcipher@970d88b · GitHub
[go: up one dir, main page]

Skip to content

Commit 970d88b

Browse files
Remove SQLCIPHER_CRYPTO_OPENSSL flag for commoncrypto
1 parent 9b1a921 commit 970d88b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10666,7 +10666,7 @@ fi
1066610666
else
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

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ if test "$crypto_lib" = "libtomcrypt"; then
266266
else
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"

0 commit comments

Comments
 (0)
0