mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
Remove FIPS error library from openssl.ec mkerr.pl
Reviewed-by: Tim Hudson <tjh@openssl.org>
This commit is contained in:
parent
cc2f1045d1
commit
05417a3476
@ -35,7 +35,6 @@ L TS crypto/ts/ts.h crypto/ts/ts_err.c
|
||||
L HMAC crypto/hmac/hmac.h crypto/hmac/hmac_err.c
|
||||
L CMS crypto/cms/cms.h crypto/cms/cms_err.c
|
||||
L JPAKE crypto/jpake/jpake.h crypto/jpake/jpake_err.c
|
||||
L FIPS fips/fips.h crypto/fips_err.h
|
||||
|
||||
# additional header files to be scanned for function names
|
||||
L NONE crypto/x509/x509_vfy.h NONE
|
||||
|
@ -116,8 +116,7 @@ EOF
|
||||
}
|
||||
|
||||
if($recurse) {
|
||||
@source = ( <crypto/*.c>, <crypto/*/*.c>, <ssl/*.c>,
|
||||
<fips/*.c>, <fips/*/*.c>);
|
||||
@source = ( <crypto/*.c>, <crypto/*/*.c>, <ssl/*.c> )
|
||||
} else {
|
||||
@source = @ARGV;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user