From 522735988356b379b95708803078145f57296f30 Mon Sep 17 00:00:00 2001 From: Gorgone Date: Sat, 17 Oct 2020 19:34:19 +0200 Subject: [PATCH] Update debian_ubuntu.install fix missing libssl-dev on syscheck --- support/os/debian_ubuntu.install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/support/os/debian_ubuntu.install b/support/os/debian_ubuntu.install index fd51381..5af1eb3 100644 --- a/support/os/debian_ubuntu.install +++ b/support/os/debian_ubuntu.install @@ -51,6 +51,9 @@ do crypto.h) inst="libssl-dev"; ;; + opensslconf.h) + inst="libssl-dev"; + ;; libusb.h) inst="libusb-1.0.0-dev"; ;;