aboutsummaryrefslogtreecommitdiffstats
path: root/test/pkcs7.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/pkcs7.rb')
-rwxr-xr-xtest/pkcs7.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pkcs7.rb b/test/pkcs7.rb
index b4f4b3b..8bd479b 100755
--- a/test/pkcs7.rb
+++ b/test/pkcs7.rb
@@ -32,7 +32,7 @@ p store.verify_callback = ver_cb
p p7 = PKCS7.new(str)
p p7.verify_data(store, data) {|signer|
puts "GOT IT!"
- p signer.name.to_str
+ p signer.name.to_s
p signer.serial
p signer.signed_time
}