Skip to content

Commit d998600

Browse files
committed
fix
1 parent 1ba7cc9 commit d998600

File tree

1 file changed

+3
-1
lines changed
  • src/backend/storage/file

1 file changed

+3
-1
lines changed

src/backend/storage/file/cfs.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,9 @@ static int extract_fname_parts(const char* fname, uint32* part1, uint32* part2,
265265
/* Encryption and decryption using AES in CTR mode */
266266
static void cfs_aes_crypt_block(const char* fname, void* block, uint32 offs, uint32 size)
267267
{
268-
#define AES_DEBUG 1 // AALEKSEEV TODO: 0
268+
/*
269+
#define AES_DEBUG 1
270+
*/
269271
uint32 aes_in[4]; /* 16 bytes, 128 bits */
270272
uint32 aes_out[4];
271273
uint8* plaintext = (uint8*)block;

0 commit comments

Comments
 (0)