Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd998600

Browse files
committed
fix
1 parent1ba7cc9 commitd998600

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
staticvoidcfs_aes_crypt_block(constchar*fname,void*block,uint32offs,uint32size)
267267
{
268-
#defineAES_DEBUG 1 // AALEKSEEV TODO: 0
268+
/*
269+
#define AES_DEBUG 1
270+
*/
269271
uint32aes_in[4];/* 16 bytes, 128 bits */
270272
uint32aes_out[4];
271273
uint8*plaintext= (uint8*)block;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp