]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - host/rsa_pkcs1v15_check.rb
fixing E-Mail-Address & Copyright
[avr-crypto-lib.git] / host / rsa_pkcs1v15_check.rb
index c8d51a6add551a211f69fa666e44a752f9b84034..cd68de6d8b4d331d909e49249224a530522ce5a8 100644 (file)
@@ -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]+)/) )