node/deps/openssl/fips/fipsld

9 lines
122 B
Bash
Executable File

#!/bin/sh
# NOTE: Just a wrapper around normal fipsld
FIPSLD=$1
shift
DIR=`dirname $0`
FIPSLD_CC=$DIR/fipscc $FIPSLD $@