Since fips_err is really just used as a header by fips_err_wrapper.c,
let's change it's suffix from .c to .h. This also avoids some otherwise very mysterious (and probably sensible from a historical point of view :-)) name changes done by mk1mf.pl.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifdef FIPS
|
||||
# include "fips_err.c"
|
||||
# include "fips_err.h"
|
||||
#else
|
||||
static void *dummy=&dummy;
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user