1f8e046af9
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.
5 lines
75 B
C
5 lines
75 B
C
#ifdef FIPS
|
|
# include "fips_err.h"
|
|
#else
|
|
static void *dummy=&dummy;
|
|
#endif
|