summaryrefslogtreecommitdiff
path: root/libcrypto/libcrypto/downstream/internal/dso_conf.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcrypto/libcrypto/downstream/internal/dso_conf.h')
-rw-r--r--libcrypto/libcrypto/downstream/internal/dso_conf.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/libcrypto/libcrypto/downstream/internal/dso_conf.h b/libcrypto/libcrypto/downstream/internal/dso_conf.h
new file mode 100644
index 0000000..1fe74a9
--- /dev/null
+++ b/libcrypto/libcrypto/downstream/internal/dso_conf.h
@@ -0,0 +1,14 @@
+/* file : libcrypto/downstream/internal/dso_conf.h -*- C -*-
+ * copyright : Copyright (c) 2018-2019 Code Synthesis Ltd
+ * license : OpenSSL and SSLeay Licenses; see accompanying LICENSE file
+ */
+
+#ifndef LIBCRYPTO_DOWNSTREAM_INTERNAL_DSO_CONF_H
+#define LIBCRYPTO_DOWNSTREAM_INTERNAL_DSO_CONF_H
+
+/*
+ * Include upstream's auto-generated platform-specific dso_conf.h.
+ */
+#include <internal/dso_conf/platform.h>
+
+#endif /* LIBCRYPTO_DOWNSTREAM_INTERNAL_DSO_CONF_H */