From 93425dd538a7100cbd4843edaecdbff018970af4 Mon Sep 17 00:00:00 2001 From: Technorama team Date: Fri, 20 Feb 2004 19:59:37 +0000 Subject: cut & paste bugfix --- ossl_cipher.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3