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
diff --git a/include/openssl/opensslv.h b/include/openssl/opensslv.h
new file mode 120000
index 0000000..e59dd0e
--- /dev/null
+++ b/include/openssl/opensslv.h
@@ -0,0 +1 @@
+../../crypto/base.h
\ No newline at end of file