Skip to content

Commit 7a22a92

Browse files
committed
support trunk rename of PAGER_MJ_PGNO to PAGER_SJ_PGNO
1 parent 24aaa83 commit 7a22a92

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/crypto_impl.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@
3434
#include "sqlcipher.h"
3535
#include "crypto.h"
3636

37+
#ifndef PAGER_MJ_PGNO
38+
#define PAGER_MJ_PGNO(x) PAGER_SJ_PGNO(x)
39+
#endif
40+
3741
#ifdef SQLCIPHER_TEST
3842
static volatile unsigned int cipher_test_flags = 0;
3943
unsigned int sqlcipher_get_test_flags() {

0 commit comments

Comments
 (0)