Skip to content

Commit 54bfd76

Browse files
committed
include crypto.h for OPENSSL_VERSION_TEXT using BoringSSL
1 parent 7a22a92 commit 54bfd76

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/crypto_openssl.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
#include "sqliteInt.h"
3535
#include "crypto.h"
3636
#include "sqlcipher.h"
37+
#include <openssl/crypto.h>
3738
#include <openssl/rand.h>
3839
#include <openssl/evp.h>
3940
#include <openssl/objects.h>

0 commit comments

Comments
 (0)