Loading crypto/err/openssl.ec +0 −1 Original line number Diff line number Diff line Loading @@ -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 Loading util/mkerr.pl +1 −2 Original line number Diff line number Diff line Loading @@ -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 Loading
crypto/err/openssl.ec +0 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
util/mkerr.pl +1 −2 Original line number Diff line number Diff line Loading @@ -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