From ae5f748a40427d2599e3fb48e85187a31c917c17 Mon Sep 17 00:00:00 2001 From: Badlop Date: Thu, 18 Jan 2024 12:22:32 +0100 Subject: [PATCH] Add public_key, required to satisfy Dialyzer since Erlang 26.0 --- src/fast_tls.app.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fast_tls.app.src b/src/fast_tls.app.src index 6d40c8a..53fd2d3 100644 --- a/src/fast_tls.app.src +++ b/src/fast_tls.app.src @@ -26,7 +26,7 @@ {vsn, "1.1.16"}, {modules, []}, {registered, []}, - {applications, [kernel, stdlib, crypto, p1_utils]}, + {applications, [kernel, stdlib, crypto, public_key, p1_utils]}, %% hex.pm packaging: {files, ["src/", "c_src/fast_tls.c", "c_src/uthash.h",