add "ssl" library dep

Attempt to fix missing _SHA512 symbol on macos.
This commit is contained in:
IC Rainbow
2023-10-29 22:04:09 +02:00
parent 27e29e8a43
commit 533e5737eb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ library:
- cbits/sntrup761.c
- cbits/sxcrandom.c
include-dirs: cbits
extra-libraries: crypto
extra-libraries: ssl crypto
executables:
smp-server:
+1 -1
View File
@@ -160,7 +160,7 @@ library
cbits/sntrup761.c
cbits/sxcrandom.c
extra-libraries:
crypto
ssl crypto
build-depends:
aeson ==2.2.*
, ansi-terminal >=0.10 && <0.12