Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit efb7454

Browse files
committedJun 26, 2024··
chore: lint
1 parent e2ef9a9 commit efb7454

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎addon/openssl-crypto.cc

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
// This file provides native crypto hooks for OpenSSL 3 (the default since Node.js 18),
66
// allowing us to skip expensive round-trips between JS and C++.
77

8-
#include <stdexcept>
9-
108
#include <openssl/crypto.h>
119
#include <openssl/err.h>
1210
#include <openssl/evp.h>
1311
#include <openssl/hmac.h>
1412
#include <openssl/rand.h>
1513

14+
#include <stdexcept>
15+
1616
#include "mongocrypt.h"
1717

1818
#ifdef _WIN32

0 commit comments

Comments
 (0)
Please sign in to comment.