mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 04:21:10 -05:00
Use OpenSSL md5/sha1
This commit is contained in:
parent
63c706ff2b
commit
650543a493
1 changed files with 2 additions and 2 deletions
|
|
@ -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.*
|
||||
|
|
|
|||
Loading…
Reference in a new issue