aboutsummaryrefslogtreecommitdiff
path: root/util/fipstools/test_fips.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/fipstools/test_fips.c')
-rw-r--r--util/fipstools/test_fips.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/util/fipstools/test_fips.c b/util/fipstools/test_fips.c
index c779180..bb36853 100644
--- a/util/fipstools/test_fips.c
+++ b/util/fipstools/test_fips.c
@@ -48,8 +48,6 @@ static void hexdump(const void *a, size_t len) {
}
int main(int argc, char **argv) {
- CRYPTO_library_init();
-
// Ensure that the output is line-buffered rather than fully buffered. When
// some of the tests fail, some of the output can otherwise be lost.
setvbuf(stdout, NULL, _IOLBF, 0);