summaryrefslogtreecommitdiff
path: root/conf-ld
diff options
context:
space:
mode:
Diffstat (limited to 'conf-ld')
-rw-r--r--conf-ld5
1 files changed, 3 insertions, 2 deletions
diff --git a/conf-ld b/conf-ld
index 0ce8ac7..bb78ef8 100644
--- a/conf-ld
+++ b/conf-ld
@@ -4,8 +4,9 @@ cc -s -z noexecstack -m64
# This is for AMD64 architecture; use else:
-cc -s
+cc -s -lssl -lcrypto
-# This will be used to link .o files into an executable.
+# This will be used to link .o files into an executable with
+# [Open|Libre]SSL in the default lib search path.
# Note: UCSPI-SSL's conf-ld needs to use the same architecture!