mirror of
https://github.com/PurpleI2P/i2pd-tools.git
synced 2025-08-07 17:59:30 +01:00
o2 flag + fedora depedencies support + #92 issue
This commit is contained in:
parent
314ab73ab5
commit
92989e649a
4 changed files with 51 additions and 48 deletions
|
@ -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;}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue