Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6b5f6e47 authored by Brandon McAnsh's avatar Brandon McAnsh
Browse files

scripts: fips_hmac: Fix array declaration



Change-Id: I198a2b7ecca57cbfd1f909bec23b99241822a035
Signed-off-by: default avatarBrandon McAnsh <brandon.mcansh@gmail.com>
parent 810a8a6f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ if [ $retval -ne 0 ]; then
	exit 1
fi

declare -A array
declare -a array

# FOR GENERIC CRYPTO FILES                         #awk fields to cut
array[0]=".text first_crypto_text last_crypto_text \$5 \$6"
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ if [ $retval -ne 0 ]; then
	exit 1
fi

declare -A array
declare -a array

# FOR GENERIC CRYPTO FILES                         #awk fields to cut
array[0]=".text first_fmp_text last_fmp_text \$5 \$6"