Index: build/makearch.info ================================================================== --- build/makearch.info +++ build/makearch.info @@ -14,11 +14,11 @@ # each time a "makearch" is done. # # If @@SVNLCR@@ is used anywhere in this version number, it will be # replaced with the highest last-changed-rev from the output of # svn info -R (or 0) -VERS="0.9.5" +VERS="0.9.6" # Space sperated list of documents, if they exist, they will be # prefixed with the contents of the DOC_HDR file and substitution # will occur: # @@UTIL@@ becomes the utility name ${UTIL} Index: test.tcl ================================================================== --- test.tcl +++ test.tcl @@ -61,11 +61,11 @@ } if {$plain != $orig} { puts "Decryption error! Expected \"$orig\", got \"$plain\"" - exit 1 + break } set cipher [pki::encrypt -binary -priv -- $orig $certinfo_list] set plain [pki::decrypt -binary -pub -- $cipher $certinfo_list] @@ -73,10 +73,10 @@ set verify [pki::verify $sig $orig $certinfo_list] if {!$verify} { puts "Signature verification error!" - exit 1 + break } } pki::pkcs11::unloadmodule $handle