o2 flag + fedora depedencies support + #92 issue

This commit is contained in:
Ваше имяэ 2023-09-05 15:45:03 +07:00
parent 314ab73ab5
commit 92989e649a
4 changed files with 51 additions and 48 deletions

View file

@ -84,3 +84,8 @@ const uint8_t lastBlock[64] =
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0C, 0x38 // 3128 bits (391 bytes)
};
#define DELKEYBUFS(S) {\
for (unsigned i = S-1;i--;) \
delete [] KeyBufs[i];\
delete [] KeyBufs;}