summaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl_digest.c
diff options
context:
space:
mode:
authoremboss <emboss@ruby-lang.org>2011-05-13 20:10:27 +0000
committeremboss <emboss@ruby-lang.org>2011-05-13 20:10:27 +0000
commit173dae4723f84e4536df1426504dd6299811be5e (patch)
tree56ebccaf2c27537e1f280551cd0490a002d7eb6b /ext/openssl/ossl_digest.c
parentfb3e3483e5d54ddd0d32b5238449024fa437ca12 (diff)
downloadruby-openssl-history-173dae4723f84e4536df1426504dd6299811be5e.tar.gz
Sat May 14 05:08:32 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
* ext/openssl/ossl_digest.c * ext/openssl/ossl_pkey.c * ext/openssl/ossl_pkey.h * test/openssl/pkey/test_pkey_rsa.rb Reverted premature commit. Sorry for the noise! Previous revision: 31555 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31556 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/openssl/ossl_digest.c')
-rw-r--r--ext/openssl/ossl_digest.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/openssl/ossl_digest.c b/ext/openssl/ossl_digest.c
index 9f3d269..2b76fe7 100644
--- a/ext/openssl/ossl_digest.c
+++ b/ext/openssl/ossl_digest.c
@@ -239,8 +239,6 @@ Init_ossl_digest()
mOSSL = rb_define_module("OpenSSL"); /* let rdoc know about mOSSL */
#endif
- /* Allows you to compute cryptographic hashes of arbitrary data.
- */
cDigest = rb_define_class_under(mOSSL, "Digest", rb_path2class("Digest::Class"));
eDigestError = rb_define_class_under(cDigest, "DigestError", eOSSLError);