aboutsummaryrefslogtreecommitdiff
path: root/test/buildtest_ossl_typ.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/buildtest_ossl_typ.c')
-rw-r--r--test/buildtest_ossl_typ.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/test/buildtest_ossl_typ.c b/test/buildtest_ossl_typ.c
new file mode 100644
index 000000000000..a62bb01946b5
--- /dev/null
+++ b/test/buildtest_ossl_typ.c
@@ -0,0 +1,16 @@
+/*
+ * Generated with test/generate_buildtest.pl, to check that such a simple
+ * program builds.
+ */
+#include <openssl/opensslconf.h>
+#ifndef OPENSSL_NO_STDIO
+# include <stdio.h>
+#endif
+#ifndef OPENSSL_NO_OSSL_TYP
+# include <openssl/ossl_typ.h>
+#endif
+
+int main(void)
+{
+ return 0;
+}