Skip to content

Commit 6ce921a

Browse files
committed
crypto: expose NODE_CRYPTO_ERROR_CODES_MAP macro
1 parent 5e0d8d8 commit 6ce921a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/crypto/crypto_util.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,6 @@ void CryptoErrorStore::Insert(const NodeCryptoError error, Args&&... args) {
207207
errors_.emplace_back(SPrintF(error_string,
208208
std::forward<Args>(args)...));
209209
}
210-
#undef NODE_CRYPTO_ERROR_CODES_MAP
211210

212211
template <typename T>
213212
T* MallocOpenSSL(size_t count) {

0 commit comments

Comments
 (0)