From db115ef1bd4a8b9d727cc18734a8d9a0ac3a41b7 Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Tue, 1 Jul 2025 18:42:43 -0400 Subject: [PATCH] cleanup: Just assessing how much we need OpenSSL and noticed cruft. --- src/util.js.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/util.js.c b/src/util.js.c index 964bbf12..28d654de 100644 --- a/src/util.js.c +++ b/src/util.js.c @@ -7,7 +7,6 @@ #include "trace.h" #include "backtrace.h" -#include "openssl/sha.h" #include "picohttpparser.h" #include "sodium/utils.h" #include "uv.h"