8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0cd3f2 commit 689b22eCopy full SHA for 689b22e
src/crypto_cc.c
@@ -7,7 +7,6 @@
7
/* generate a defined number of random bytes */
8
static int sqlcipher_cc_random (void *ctx, void *buffer, int length) {
9
return (SecRandomCopyBytes(kSecRandomDefault, length, (uint8_t *)buffer) == 0);
10
- return RAND_bytes((unsigned char *)buffer, length);
11
}
12
13
static const char* sqlcipher_cc_get_provider_name(void *ctx) {
0 commit comments