From 91588bbb6ef4c65326a5becc55ffc3be775daa70 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Wed, 14 Feb 2007 13:15:58 +0000 Subject: [PATCH] FIPS error codes are in fips_err.h not fips_err.c --- crypto/err/openssl.ec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/err/openssl.ec b/crypto/err/openssl.ec index 88d40c25b0..20e37b9f2a 100644 --- a/crypto/err/openssl.ec +++ b/crypto/err/openssl.ec @@ -27,7 +27,7 @@ L DSO crypto/dso/dso.h crypto/dso/dso_err.c L ENGINE crypto/engine/engine.h crypto/engine/eng_err.c L OCSP crypto/ocsp/ocsp.h crypto/ocsp/ocsp_err.c L UI crypto/ui/ui.h crypto/ui/ui_err.c -L FIPS fips-1.0/fips.h crypto/fips_err.c +L FIPS fips-1.0/fips.h crypto/fips_err.h # additional header files to be scanned for function names L NONE crypto/x509/x509_vfy.h NONE -- 2.25.1