X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=host%2Frsa_pkcs1v15_check.rb;h=cd68de6d8b4d331d909e49249224a530522ce5a8;hp=c8d51a6add551a211f69fa666e44a752f9b84034;hb=4b5da1dc27a791b5c448274a3db09cd035b33493;hpb=cc6b183296a5852449e3324737e2a2dece788786 diff --git a/host/rsa_pkcs1v15_check.rb b/host/rsa_pkcs1v15_check.rb index c8d51a6..cd68de6 100644 --- a/host/rsa_pkcs1v15_check.rb +++ b/host/rsa_pkcs1v15_check.rb @@ -2,7 +2,7 @@ # rsa_pkcs1v15_check.rb =begin This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -407,6 +407,7 @@ if opts['n'] end $logfile = STDOUT if ! $logfile +$logfile.sync = true reset_system() if opts['s'] && ( m = opts['s'].match(/([\d]+)\.([\d]+)/) )