Update location of root certificates on Fuchsia

Change-Id: I156552df15de5941be99736cca694db4677e2b2a
Reviewed-on: https://boringssl-review.googlesource.com/27744
Reviewed-by: David Benjamin <davidben@google.com>
Commit-Queue: David Benjamin <davidben@google.com>
CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
This commit is contained in:
Joshua Liebow-Feeser 2018-04-25 14:07:46 -07:00 committed by CQ bot account: commit-bot@chromium.org
parent cece32610b
commit b8546dd8a9

View File

@ -60,7 +60,7 @@
/* TODO(fork): cleanup */
#if defined(OPENSSL_FUCHSIA)
#define OPENSSLDIR "/system/data/boringssl"
#define OPENSSLDIR "/config/ssl"
#else
#define OPENSSLDIR "/etc/ssl"
#endif