mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
Merge remote-tracking branch 'purple/openssl' into openssl
This commit is contained in:
commit
16b3108719
66 changed files with 741 additions and 224 deletions
|
@ -9,7 +9,9 @@
|
|||
#define LIBI2PD_POLY1305_H
|
||||
#include <cstdint>
|
||||
#include <cstring>
|
||||
#include "Crypto.h"
|
||||
|
||||
#if LEGACY_OPENSSL
|
||||
namespace i2p
|
||||
{
|
||||
namespace crypto
|
||||
|
@ -254,5 +256,6 @@ namespace crypto
|
|||
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue