aboutsummaryrefslogtreecommitdiffstats
path: root/ossl_version.h
diff options
context:
space:
mode:
authorMichal Rokos <m.rokos@sh.cvut.cz>2002-01-10 13:45:36 +0000
committerMichal Rokos <m.rokos@sh.cvut.cz>2002-01-10 13:45:36 +0000
commitdc8f3147493a2ba249fea7557b1e0a371d7e2b0f (patch)
tree5997dfd7ba8277b36c4a9c1fc83a2241d9a25634 /ossl_version.h
parentc8c2b576e89e238a6aead38b3cc40a2d3f07f751 (diff)
downloadruby-openssl-history-dc8f3147493a2ba249fea7557b1e0a371d7e2b0f.tar.gz
* added OpenSSL-SNAPSHOT style NO_* (OPENSSL_NO_*)
* added AES cipher when compiled under OpenSSL-SNAPSHOT * added warnings if the OpenSSL is compiled without some feature * handle NO_RSA, NO_DSA in openssl.rb * incremented version in ossl_version.h
Diffstat (limited to 'ossl_version.h')
-rw-r--r--ossl_version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ossl_version.h b/ossl_version.h
index b7b9491..9ac1ee2 100644
--- a/ossl_version.h
+++ b/ossl_version.h
@@ -1,7 +1,7 @@
#ifndef OSSL_VERSION_H
#define OSSL_VERSION_H
-/*#define OSSL_VERSION "0.0.10"*/
+/*#define OSSL_VERSION "0.1.1"*/
#define OSSL_VERSION "CVS SNAPSHOT ($Date$)"
#endif