Skip to content

Commit

Permalink
Remove unused openssl includes
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuzzbawls committed May 11, 2021
1 parent ab830e5 commit 86c978a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
2 changes: 0 additions & 2 deletions src/qt/pivx/settings/settingsconsolewidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
#include "wallet/wallet.h"
#endif // ENABLE_WALLET

#include <openssl/crypto.h>

#include <univalue.h>

#ifdef ENABLE_WALLET
Expand Down
2 changes: 0 additions & 2 deletions src/sapling/crypter_sapling.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
#include "util.h"
#include "uint256.h"

#include <openssl/aes.h>
#include <openssl/evp.h>
#include "wallet/wallet.h"

bool CCryptoKeyStore::AddCryptedSaplingSpendingKey(
Expand Down
4 changes: 1 addition & 3 deletions src/utilstrencodings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@
#include <errno.h>
#include <limits>

#include <openssl/bio.h>
#include <openssl/buffer.h>
#include <openssl/evp.h>


static const std::string CHARS_ALPHA_NUM = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789";

Expand Down

0 comments on commit 86c978a

Please sign in to comment.