Use OpenSSL md5/sha1

This commit is contained in:
Kurt Zeilenga 2014-09-29 13:22:50 -07:00
parent 63c706ff2b
commit 650543a493

View File

@ -75,8 +75,8 @@ echo "Rolling up $OL_STRING ..."
tar cf $RELNAME.tar $RELNAME
gzip -9 -c $RELNAME.tar > $RELNAME.tgz
md5 $RELNAME.tgz > $RELNAME.md5
sha1 $RELNAME.tgz > $RELNAME.sha1
openssl md5 $RELNAME.tgz > $RELNAME.md5
openssl sha1 $RELNAME.tgz > $RELNAME.sha1
rm -f $RELNAME.tar
ls -l $RELNAME.*