summaryrefslogtreecommitdiff
path: root/deps/openssl/config/archs/VC-WIN32/no-asm/crypto/buildinf.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/openssl/config/archs/VC-WIN32/no-asm/crypto/buildinf.h')
-rw-r--r--deps/openssl/config/archs/VC-WIN32/no-asm/crypto/buildinf.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/deps/openssl/config/archs/VC-WIN32/no-asm/crypto/buildinf.h b/deps/openssl/config/archs/VC-WIN32/no-asm/crypto/buildinf.h
new file mode 100644
index 0000000000..c58c6e6c40
--- /dev/null
+++ b/deps/openssl/config/archs/VC-WIN32/no-asm/crypto/buildinf.h
@@ -0,0 +1,12 @@
+/* auto-generated by util/mkbuildinf.pl for crypto/cversion.c */
+#define CFLAGS cflags
+/*
+ * Generate CFLAGS as an array of individual characters. This is a
+ * workaround for the situation where CFLAGS gets too long for a C90 string
+ * literal
+ */
+static const char cflags[] = {
+ 'c','o','m','p','i','l','e','r',':',' ','c','c','\0'
+};
+#define PLATFORM "platform: "
+#define DATE "built on: Tue Apr 3 00:39:00 2018"