aboutsummaryrefslogtreecommitdiff
path: root/openssl-freefilesync/opensslconf-new-warning.h
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-10-23 22:36:30 -0400
committerB Stack <bgstack15@gmail.com>2019-10-23 22:36:30 -0400
commit77d9e73d5c8345e0bc14c35fc1e711db3bf6fe9e (patch)
tree15854b4457141136704e419348059b8a6476a2fc /openssl-freefilesync/opensslconf-new-warning.h
downloadffs-dependencies-77d9e73d5c8345e0bc14c35fc1e711db3bf6fe9e.tar.gz
ffs-dependencies-77d9e73d5c8345e0bc14c35fc1e711db3bf6fe9e.tar.bz2
ffs-dependencies-77d9e73d5c8345e0bc14c35fc1e711db3bf6fe9e.zip
initial commitHEADmaster
Diffstat (limited to 'openssl-freefilesync/opensslconf-new-warning.h')
-rw-r--r--openssl-freefilesync/opensslconf-new-warning.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/openssl-freefilesync/opensslconf-new-warning.h b/openssl-freefilesync/opensslconf-new-warning.h
new file mode 100644
index 0000000..de091c8
--- /dev/null
+++ b/openssl-freefilesync/opensslconf-new-warning.h
@@ -0,0 +1,7 @@
+/* Prepended at openssl package build-time. Don't include this file directly,
+ * use <openssl/opensslconf.h> instead. */
+
+#ifndef openssl_opensslconf_multilib_redirection_h
+#error "Don't include this file directly, use <openssl/opensslconf.h> instead!"
+#endif
+
bgstack15