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 3f549e4 commit 7c7198cCopy full SHA for 7c7198c
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/certs" // 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