diff libtomcrypt/testbuild.sh @ 1471:6dba84798cd5

Update to libtomcrypt 1.18.1, merged with Dropbear changes
author Matt Johnston <matt@ucc.asn.au>
date Fri, 09 Feb 2018 21:44:05 +0800
parents 0cbe8f6dbf9e
children
line wrap: on
line diff
--- a/libtomcrypt/testbuild.sh	Thu Feb 08 23:11:40 2018 +0800
+++ b/libtomcrypt/testbuild.sh	Fri Feb 09 21:44:05 2018 +0800
@@ -1,4 +1,8 @@
 #!/bin/bash
+
+# output version
+bash printinfo.sh
+
 echo "$1 (Build Only, $2, $3)..."
 make clean 1>/dev/null 2>/dev/null
 echo -n "building..."