Blame SOURCES/sha512hmac-openssl.sh

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