8000 WIP: distribution paths · libgit2/libgit2@58257e8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 58257e8

Browse files
committed
WIP: distribution paths
1 parent 8198893 commit 58257e8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/streams/mbedtls.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@
2727
#include <mbedtls/ctr_drbg.h>
2828

2929
#ifndef OPENSSLDIR
30-
# define OPENSSLDIR "/usr/lib/ssl"
30+
//# define OPENSSLDIR
31+
# define OPENSSLDIR "/etc/ssl" // Debian
32+
//# define OPENSSLDIR "/usr/lib/ssl" //Ubuntu
33+
//# define OPENSSLDIR "/usr/local/etc/openssl" // mostly-Darwin
3134
#endif
3235
#define X509_CERT_DIR OPENSSLDIR "/certs"
3336
#define X509_CERT_FILE OPENSSLDIR "/cert.pem"

0 commit comments

Comments
 (0)
0