Skip to content

Commit 18b27f1

Browse files
committed
fix
1 parent 43a07b2 commit 18b27f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/storage/file/rijndael.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Mean: 500 cycles = 51.2 mbits/sec
4444
#include <string.h>
4545
#include <stdint.h>
4646

47-
#include "crypto/rijndael.h"
47+
#include "storage/rijndael.h"
4848

4949
#define PRE_CALC_TABLES
5050
#define LARGE_TABLES

0 commit comments

Comments
 (0)