Skip to content

Commit

Permalink
crypto: expose NODE_CRYPTO_ERROR_CODES_MAP macro
Browse files Browse the repository at this point in the history
  • Loading branch information
RaisinTen committed Mar 16, 2021
1 parent 5e0d8d8 commit 6ce921a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/crypto/crypto_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ void CryptoErrorStore::Insert(const NodeCryptoError error, Args&&... args) {
errors_.emplace_back(SPrintF(error_string,
std::forward<Args>(args)...));
}
#undef NODE_CRYPTO_ERROR_CODES_MAP

template <typename T>
T* MallocOpenSSL(size_t count) {
Expand Down

0 comments on commit 6ce921a

Please sign in to comment.