aboutsummaryrefslogtreecommitdiffstats
path: root/ossl_version.h
diff options
context:
space:
mode:
authorGOTOU Yuuzou <gotoyuzo@notwork.org>2001-11-16 15:36:38 +0000
committerGOTOU Yuuzou <gotoyuzo@notwork.org>2001-11-16 15:36:38 +0000
commit7aef9ad51ff25208bf1a4a60d1371a781ecf3dac (patch)
tree2122c82076828441be29140a1e079dc3a0a3c250 /ossl_version.h
parent3d032c89b753d125cf383cb6a1bef6b472b0a981 (diff)
downloadruby-openssl-history-7aef9ad51ff25208bf1a4a60d1371a781ecf3dac.tar.gz
for compatibility with old SSLSocket
Diffstat (limited to 'ossl_version.h')
-rw-r--r--ossl_version.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ossl_version.h b/ossl_version.h
new file mode 100644
index 0000000..1453a2a
--- /dev/null
+++ b/ossl_version.h
@@ -0,0 +1,6 @@
+#ifndef OSSL_VERSION_H
+#define OSSL_VERSION_H
+
+#define OSSL_VERSION "0.0.9"
+
+#endif