summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/buildinf.h
diff options
context:
space:
mode:
authordjm <>2010-10-01 23:00:32 +0000
committerdjm <>2010-10-01 23:00:32 +0000
commit9aeec9aac8be822999924b4595b33e1eb4e5582b (patch)
tree4bf167043f351ad69a25469535627f6bdc6e308d /src/lib/libcrypto/buildinf.h
parent8922d4bc4a8b8893d72a48deb2cdf58215f98505 (diff)
downloadopenbsd-9aeec9aac8be822999924b4595b33e1eb4e5582b.tar.gz
openbsd-9aeec9aac8be822999924b4595b33e1eb4e5582b.tar.bz2
openbsd-9aeec9aac8be822999924b4595b33e1eb4e5582b.zip
add missing; yay for cvs!
Diffstat (limited to 'src/lib/libcrypto/buildinf.h')
-rw-r--r--src/lib/libcrypto/buildinf.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lib/libcrypto/buildinf.h b/src/lib/libcrypto/buildinf.h
new file mode 100644
index 0000000000..957f09d5fd
--- /dev/null
+++ b/src/lib/libcrypto/buildinf.h
@@ -0,0 +1,6 @@
1#ifndef MK1MF_BUILD
2 /* auto-generated by crypto/Makefile for crypto/cversion.c */
3 #define CFLAGS "cc -O"
4 #define PLATFORM "dist"
5 #define DATE "Sat Aug 21 10:52:09 EST 2010"
6#endif