There was an error while loading. Please reload this page.
1 parent 5e0d8d8 commit 6ce921aCopy full SHA for 6ce921a
1 file changed
src/crypto/crypto_util.h
@@ -207,7 +207,6 @@ void CryptoErrorStore::Insert(const NodeCryptoError error, Args&&... args) {
207
errors_.emplace_back(SPrintF(error_string,
208
std::forward<Args>(args)...));
209
}
210
-#undef NODE_CRYPTO_ERROR_CODES_MAP
211
212
template <typename T>
213
T* MallocOpenSSL(size_t count) {
0 commit comments