0b312a8bb4
- do not abort when the fips mode kernel flag is inaccessible due to permissions (#470219) - hobble the library to drop the ECC support
10 lines
151 B
Bash
Executable File
10 lines
151 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Quit out if anything fails.
|
|
set -e -x
|
|
|
|
# Clean out patent-or-otherwise-encumbered code.
|
|
# EC: ????????? ??/??/2015
|
|
|
|
rm -f cipher/ecc.c
|