1
0
Fork 0
firefox/security/nss/lib/freebl/scripts/gen.sh
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

19 lines
354 B
Bash
Executable file

#!/bin/sh
#
# Run the scripts in this folder, generating the assembly,
#
perl sha512p8-ppc.pl linux64le sha512-p8.s
# Add the license mention
cat > hdr << "EOF"
# Copyright (c) 2006, CRYPTOGAMS by <appro@openssl.org>
# All rights reserved.
# See the full LICENSE under scripts/.
EOF
cat hdr sha512-p8.s > ../sha512-p8.s
# Cleanup
rm hdr sha512-p8.s