[svn] gcry - r1381 - trunk/tests
svn author wk
cvs at cvs.gnupg.org
Thu Jan 22 16:12:29 CET 2009
Author: wk
Date: 2009-01-22 16:12:28 +0100 (Thu, 22 Jan 2009)
New Revision: 1381
Modified:
trunk/tests/cavs_driver.pl
Log:
Last tweak for the driver.
Modified: trunk/tests/cavs_driver.pl
===================================================================
--- trunk/tests/cavs_driver.pl 2009-01-22 11:51:22 UTC (rev 1380)
+++ trunk/tests/cavs_driver.pl 2009-01-22 15:12:28 UTC (rev 1381)
@@ -1,6 +1,6 @@
#!/usr/bin/env perl
#
-# $Id: cavs_driver.pl 1495 2009-01-22 10:47:13Z smueller $
+# $Id: cavs_driver.pl 1497 2009-01-22 14:01:29Z smueller $
#
# CAVS test driver (based on the OpenSSL driver)
# Written by: Stephan Müller <sm at atsec.com>
@@ -1139,7 +1139,7 @@
$out .= "Tlen = $tlen\n";
$out .= "Key = $key\n";
$out .= "Msg = $msg\n";
- $out .= "Mac = " . &$hmac($key, $tlen, $msg, $hashtype{$tlen}) . "\n\n";
+ $out .= "Mac = " . &$hmac($key, $tlen, $msg, $hashtype{$tlen}) . "\n";
return $out;
}
@@ -2233,6 +2233,8 @@
# Do the job
parse($infile, $outfile);
+ cleanup();
+
}
###########################################
More information about the Gnupg-commits
mailing list