Skip to content

Commit

Permalink
Update deps/ncrypto/ncrypto.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
jasnell committed Aug 20, 2024
1 parent fd9e09e commit 079ff81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/ncrypto/ncrypto.cc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include "ncrypto.h"
#include <algorithm>
#include <cstring>
#include "openssl/dh.h"
#include <openssl/dh.h>
#include <openssl/bn.h>
#include <openssl/evp.h>
#include <openssl/pkcs12.h>
Expand Down

0 comments on commit 079ff81

Please sign in to comment.