]> git.ipfire.org Git - thirdparty/openssl.git/blame - c6x/do_fips
c6x/* "facelift":
[thirdparty/openssl.git] / c6x / do_fips
CommitLineData
ea11fc17
DSH
1#!/bin/sh
2
78128009
AP
3if ! which cl6x > /dev/null 2>&1; then
4 echo 'fatal: cl6x is not on $PATH'
5 exit 1
6fi
7
8perl Configure ${C6XPLATFORM:-c64xplus} fipscanisteronly no-engine
ea11fc17
DSH
9perl util/mkfiles.pl > MINFO
10perl util/mk1mf.pl auto > c6x/fips.mak
11make -f c6x/fips.mak
12make -f c6x/fips_algvs.mak