Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Langley <agl@chromium.org>2014-07-12 01:29:21 +0400
committerAdam Langley <agl@chromium.org>2014-07-12 01:29:21 +0400
commit55bbdb71b68bc085e1542d682b618733afbba7f0 (patch)
treeb31ba00b8651ecd59e77386db3dc301354ddb829
parent0113a4fb60c3b6e9e93a217d5b4d373eb343a8c6 (diff)
Add symlink for opensslv.h
In order to make the transition to BoringSSL easier, this change links opensslv.h to base.h. This allows code that currently includes opensslv.h to continue to compile. Change-Id: I7e77006745276f150f17fdc3e43240c71f3c02ef
l---------include/openssl/opensslv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/openssl/opensslv.h b/include/openssl/opensslv.h
new file mode 120000
index 00000000..e59dd0eb
--- /dev/null
+++ b/include/openssl/opensslv.h
@@ -0,0 +1 @@
+../../crypto/base.h \ No newline at end of file