From 039e8d96a476a93874576d808242157698496f04 Mon Sep 17 00:00:00 2001 From: Azat Khuzhin Date: Sun, 11 Sep 2022 22:08:32 +0200 Subject: [PATCH] Add openssl-compat.h into HDR_PRIVATE Fixes: #1334 --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3421ca608a..100d770357 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -818,6 +818,7 @@ set(HDR_PRIVATE ratelim-internal.h strlcpy-internal.h util-internal.h + openssl-compat.h evconfig-private.h compat/sys/queue.h)