mirror of
https://github.com/status-im/sqlcipher.git
synced 2026-08-30 22:11:14 +00:00
if no default provider defined, error with a message
This commit is contained in:
@@ -103,6 +103,8 @@ void sqlcipher_activate() {
|
||||
#elif SQLCIPHER_CRYPTO_CC
|
||||
extern int sqlcipher_cc_setup(sqlcipher_provider *p);
|
||||
sqlcipher_cc_setup(p);
|
||||
#else
|
||||
#error "NO DEFAULT SQLCIPHER CRYPTO PROVIDER DEFINED"
|
||||
#endif
|
||||
}
|
||||
sqlcipher_register_provider(p);
|
||||
|
||||
Reference in New Issue
Block a user