Blame SOURCES/sha512hmac-openssl.sh

db5b59
#!/bin/bash
db5b59
db5b59
# Mocks sha512hmac using the openssl tool.
db5b59
# Only for use during RPM build.
db5b59
db5b59
openssl sha512 -hmac FIPS-FTW-RHT2009 -hex "$1" | cut -f 2 -d ' '