From 55b8b5c62211421ca02330d837df78192866f1a0 Mon Sep 17 00:00:00 2001 From: Sam Al-Sapti Date: Sun, 14 May 2023 22:35:05 +0200 Subject: [PATCH] Add openssl as dependency --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index a9b43f0..136cb0e 100644 --- a/src/Makefile +++ b/src/Makefile @@ -8,7 +8,7 @@ config: deps: config sudo apt install -y automake build-essential clang cmake git libgmp-dev \ - libntl-dev libsodium-dev libssl-dev libtool m4 python3 texinfo yasm + libntl-dev libsodium-dev libssl-dev libtool m4 openssl python3 texinfo yasm $(MAKE) -C $(MP_SPDZ_PATH) boost $(MAKE) -C $(MP_SPDZ_PATH) libote