mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
* Base.h : extract Tag template class to separate header
This commit is contained in:
parent
6350f5e6e8
commit
d838ce85c3
4 changed files with 90 additions and 77 deletions
2
Crypto.h
2
Crypto.h
|
@ -9,7 +9,9 @@
|
|||
#include <openssl/dsa.h>
|
||||
#include <openssl/sha.h>
|
||||
#include <openssl/rand.h>
|
||||
|
||||
#include "Base.h"
|
||||
#include "Tag.h"
|
||||
|
||||
namespace i2p
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue