Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update tsk/tsk_config.h.in #2862

Open
aberenguel opened this issue Aug 28, 2023 · 0 comments
Open

Update tsk/tsk_config.h.in #2862

aberenguel opened this issue Aug 28, 2023 · 0 comments

Comments

@aberenguel
Copy link

aberenguel commented Aug 28, 2023

I've seen the file tsk/tsk_config.h.in has not the flag HAVE_LIBOPENSSL set.

So, just running ./boostrap and ./configure is not enough to enable SSL.

As the file tsk/tsk_config.h.in is versioned, it would be better to add the updated version after run autoheader.

diff --git a/tsk/tsk_config.h.in b/tsk/tsk_config.h.in
index 332929169..5c6f7e0b7 100644
--- a/tsk/tsk_config.h.in
+++ b/tsk/tsk_config.h.in
@@ -65,2 +65,5 @@
 
+/* Define if using openssl */
+#undef HAVE_LIBOPENSSL
+
 /* Define to 1 if you have the `sqlite3' library (-lsqlite3). */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant