7393454
#!/bin/bash
7393454
7393454
# Mocks fipshmac using the openssl tool.
7393454
# Only for use during RPM build.
7393454
7393454
[ "$1" = '-d' ] || exit 1
7393454
7393454
openssl sha256 -hmac orboDeJITITejsirpADONivirpUkvarP -hex "$3" | cut -f 2 -d ' ' \
7393454
	>"$2/$(basename "$3").hmac"