Browse Source

more hidden OpenSSL stuff replaced

danger
miodragpop 4 years ago
parent
commit
a226334d66
  1. 4
      src/wallet/crypter.cpp

4
src/wallet/crypter.cpp

@ -28,8 +28,8 @@
#include <string>
#include <vector>
#include <boost/foreach.hpp>
#include <openssl/aes.h>
#include <openssl/evp.h>
#include <wolfssl/openssl/aes.h>
#include <wolfssl/openssl/evp.h>
using namespace libzcash;

Loading…
Cancel
Save