summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorgotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-07-01 04:51:19 +0000
committergotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-07-01 04:51:19 +0000
commitad0add9f08ad687cb1f25f3de65c398b19da7f21 (patch)
tree15eea773d12a9bcc6a9454ce2271d717f4fdf0a9 /ChangeLog
parenta9244b8aa7a00410b486fc9659e1bb59931dd16a (diff)
* ext/openssl/ossl_cipher.c (ossl_cipher_set_padding): last modify is
rolled back for future compatibility. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@6557 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 0 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 2f966e6e54..66175b83ee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -25,9 +25,6 @@ Thu Jul 1 11:59:45 2004 GOTOU Yuuzou <gotoyuzo@notwork.org>
* ext/openssl/ossl_cipher.c (ossl_cipher_set_key_length): new method
OpenSSL::Cipher::Cipher#key_len=.
- * ext/openssl/ossl_cipher.c (ossl_cipher_set_padding): the type of
- argument is changed from integer to boolean.
-
* ext/openssl/ossl_cipher.c (ossl_cipher_init_deprecated): new
finction; print warning for Cipher#<<.