提交 05417a34 编写于 作者: D Dr. Stephen Henson

Remove FIPS error library from openssl.ec mkerr.pl

Reviewed-by: NTim Hudson <tjh@openssl.org>
上级 cc2f1045
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册