Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77a1996 commit 8f6ef2cCopy full SHA for 8f6ef2c
src/streams/mbedtls.c
@@ -27,7 +27,10 @@
27
#include <mbedtls/ctr_drbg.h>
28
29
#ifndef OPENSSLDIR
30
-# define OPENSSLDIR "/usr/lib/ssl"
+//# define OPENSSLDIR
31
+# define OPENSSLDIR "/etc/ssl" // Debian
32
+//# define OPENSSLDIR "/usr/lib/ssl" //Ubuntu
33
+//# define OPENSSLDIR "/usr/local/etc/openssl" // mostly-Darwin
34
#endif
35
#define X509_CERT_DIR OPENSSLDIR "/certs"
36
#define X509_CERT_FILE OPENSSLDIR "/cert.pem"
0 commit comments