summaryrefslogtreecommitdiff
path: root/conf-ssllib
diff options
context:
space:
mode:
authorJannis Hoffmann <jannis@fehcom.de>2024-07-14 21:28:19 +0200
committerJannis Hoffmann <jannis@fehcom.de>2024-07-14 21:28:19 +0200
commit1087d4df2a7342d2832ba3bab1843bf4a3040775 (patch)
tree96cd6ea198cc542f29c0660d5e5f7083af84d711 /conf-ssllib
add version 0.12.10HEADmaster
Diffstat (limited to 'conf-ssllib')
-rw-r--r--conf-ssllib11
1 files changed, 11 insertions, 0 deletions
diff --git a/conf-ssllib b/conf-ssllib
new file mode 100644
index 0000000..0f2cf61
--- /dev/null
+++ b/conf-ssllib
@@ -0,0 +1,11 @@
+-L/usr/local/openssl-3.0.7 -lssl -lcrypto
+
+-lssl -lcrypto
+
+# These are samples for OpenSSL and LibreSSL to be semi-statically linked
+
+-L/home/ucspi/_SSL/libressl-3.7.2/ssl/.libs -L/home/ucspi/_SSL/libressl-3.7.2/crypto/.libs -lssl -lcrypto
+-L/usr/local/openssl-3.0.7 -lssl -lcrypto
+
+# This will be used to add SSL and crypto support by the given library path (-L)
+# In case the ssl and crypto lib is not in your lib path, use LD_LIBRARY_PATH additionally upon call!