diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/sisu/v5/qrcode.rb | 2 | ||||
| -rw-r--r-- | lib/sisu/v6/qrcode.rb | 2 | 
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/sisu/v5/qrcode.rb b/lib/sisu/v5/qrcode.rb index 1f3f7ca8..04d91a5e 100644 --- a/lib/sisu/v5/qrcode.rb +++ b/lib/sisu/v5/qrcode.rb @@ -180,7 +180,7 @@ WOK          sys=SiSU_Env::SystemCall.new          dgst=case @dg          when :sha512 -          (sys.sha516("#{pth}/#{file}")) #check +          (sys.sha512("#{pth}/#{file}")) #check          when :md5            (sys.md5("#{pth}/#{file}"))          else diff --git a/lib/sisu/v6/qrcode.rb b/lib/sisu/v6/qrcode.rb index b4a84f22..d734ed72 100644 --- a/lib/sisu/v6/qrcode.rb +++ b/lib/sisu/v6/qrcode.rb @@ -180,7 +180,7 @@ WOK          sys=SiSU_Env::SystemCall.new          dgst=case @dg          when :sha512 -          (sys.sha516("#{pth}/#{file}")) #check +          (sys.sha512("#{pth}/#{file}")) #check          when :md5            (sys.md5("#{pth}/#{file}"))          else  | 
