aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTechnorama team <oss-ruby@technorama.net>2004-02-20 19:59:37 +0000
committerTechnorama team <oss-ruby@technorama.net>2004-02-20 19:59:37 +0000
commit93425dd538a7100cbd4843edaecdbff018970af4 (patch)
treecda02d19fe2b5dafb59b459a2903916a3e31de46
parente07dd8212aa4bfb1a6e81e712bffee44e0cf13d6 (diff)
downloadruby-openssl-history-93425dd538a7100cbd4843edaecdbff018970af4.tar.gz
cut & paste bugfix
-rw-r--r--ossl_cipher.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ossl_cipher.c b/ossl_cipher.c
index c77915a..b5452a8 100644
--- a/ossl_cipher.c
+++ b/ossl_cipher.c
@@ -380,7 +380,7 @@ Init_ossl_cipher(void)
rb_define_method(cCipher, "initialize", ossl_cipher_initialize, 1);
rb_define_copy_func(cCipher, ossl_cipher_copy);
- rb_define_clone_func(cDigest, ossl_cipher_clone);
+ rb_define_clone_func(cCipher, ossl_cipher_clone);
rb_define_method(cCipher, "reset", ossl_cipher_reset, 0);