Merge remote-tracking branch 'purple/openssl' into openssl

This commit is contained in:
Jeff Becker 2018-11-24 10:08:12 -05:00
commit 16b3108719
No known key found for this signature in database
GPG key ID: F357B3B42F6F9B05
66 changed files with 741 additions and 224 deletions

View file

@ -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