Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates-src > by-pkgid > ea9ea0dfbc4fc3f0d4c076035aa0c3b5 > files > 3

ruby-1.8.6.420-2.fc13.src.rpm

Index: ruby_1_8_6/ext/openssl/ossl_digest.c
===================================================================
--- ruby_1_8_6/ext/openssl/ossl_digest.c	(revision 12042)
+++ ruby_1_8_6/ext/openssl/ossl_digest.c	(revision 12043)
@@ -264,6 +264,10 @@
 void
 Init_ossl_digest()
 {
+#if 0 /* let rdoc know about mOSSL */
+    mOSSL = rb_define_module("OpenSSL");
+#endif
+
     mDigest = rb_define_module_under(mOSSL, "Digest");
 	
     eDigestError = rb_define_class_under(mDigest, "DigestError", eOSSLError);