summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Ulmer <tobiasu@cvs.openbsd.org>2014-05-27 10:11:00 +0000
committerTobias Ulmer <tobiasu@cvs.openbsd.org>2014-05-27 10:11:00 +0000
commit70001daf1ff02fba2b5e1a1144707fa429512871 (patch)
tree2a2bfa3ac60b89deb9acdb1c9727cd725635c674
parent4f279cab0dcda8396f89af5822223b4395b203bc (diff)
Fix ia64 cross-gcc target.
opensslconf.h is just a dummy, we're lightyears away from working userspace. ok deraadt@
-rw-r--r--lib/libcrypto/arch/ia64/opensslconf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libcrypto/arch/ia64/opensslconf.h b/lib/libcrypto/arch/ia64/opensslconf.h
new file mode 100644
index 00000000000..3b60e6346e7
--- /dev/null
+++ b/lib/libcrypto/arch/ia64/opensslconf.h
@@ -0,0 +1,3 @@
+/* $OpenBSD: opensslconf.h,v 1.1 2014/05/27 10:10:59 tobiasu Exp $ */
+
+#error "Dummy header, create a proper ia64 config"