Update configure.sh script

This commit is contained in:
Jeffrey Walton 2020-07-28 13:24:50 -04:00
parent c7442168a2
commit 1da3707b11
No known key found for this signature in database
GPG Key ID: B36AB348921B1838

View File

@ -79,6 +79,9 @@ rm -f config_asm.h.new
echo '#ifndef CRYPTOPP_CONFIG_ASM_H'
echo '#define CRYPTOPP_CONFIG_ASM_H'
echo ''
echo '// config_asm.h rewritten by configure.sh script'
echo '//' "$(date)"
echo ''
} >> config_asm.h.new
#############################################################################