aboutsummaryrefslogtreecommitdiffstats
path: root/ossl_cipher.c
diff options
context:
space:
mode:
authorTechnorama team <oss-ruby@technorama.net>2003-04-21 19:45:05 +0000
committerTechnorama team <oss-ruby@technorama.net>2003-04-21 19:45:05 +0000
commit963663471ed58cd0a2789a4e83228c824557aa01 (patch)
tree8bafcf406eb3f7dc2c8af03f704c768c7ffb102e /ossl_cipher.c
parent4486103ffad4318fa8e1e0bce62f44d66d1acca8 (diff)
downloadruby-openssl-history-963663471ed58cd0a2789a4e83228c824557aa01.tar.gz
minor fix
Diffstat (limited to 'ossl_cipher.c')
-rw-r--r--ossl_cipher.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ossl_cipher.c b/ossl_cipher.c
index 45f7ff0..1ed745b 100644
--- a/ossl_cipher.c
+++ b/ossl_cipher.c
@@ -175,7 +175,7 @@ ossl_cipher_decrypt(int argc, VALUE *argv, VALUE self)
VALUE pass, init_v;
GetCipher(self, ctx);
- rb_scan_args(argc, argv, "11", &pass, &init_v);
+ rb_scan_args(argc, argv, "02", &pass, &init_v);
if (NIL_P(init_v)) {
/*