mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
changed back to <openssl/
This commit is contained in:
parent
ae81cc2644
commit
7c835bae20
8 changed files with 26 additions and 35 deletions
|
@ -1,8 +1,7 @@
|
|||
#include <stdio.h>
|
||||
#include <sstream>
|
||||
#include "Crypto.h"
|
||||
#include OPENSSL(x509.h)
|
||||
#include OPENSSL(pem.h)
|
||||
#include <openssl/x509.h>
|
||||
#include <openssl/pem.h>
|
||||
#include <boost/lexical_cast.hpp>
|
||||
#include <boost/date_time/local_time/local_time.hpp>
|
||||
#include <boost/date_time/posix_time/posix_time.hpp>
|
||||
|
@ -14,6 +13,7 @@
|
|||
#include <boost/property_tree/json_parser.hpp>
|
||||
#endif
|
||||
|
||||
#include "Crypto.h"
|
||||
#include "FS.h"
|
||||
#include "Log.h"
|
||||
#include "Config.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue