From 71d723ead337131d6f1671822d5f67be3a0139cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Berenguel?= Date: Tue, 29 Aug 2023 19:27:41 -0300 Subject: [PATCH] Add HAVE_LIBOPENSSL to possibilitate enabling OpenSSL (and so APFS decryption) --- tsk/tsk_config.h.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tsk/tsk_config.h.in b/tsk/tsk_config.h.in index 332929169f..5c6f7e0b7d 100644 --- a/tsk/tsk_config.h.in +++ b/tsk/tsk_config.h.in @@ -63,6 +63,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_LIBEWF_H +/* Define if using openssl */ +#undef HAVE_LIBOPENSSL + /* Define to 1 if you have the `sqlite3' library (-lsqlite3). */ #undef HAVE_LIBSQLITE3