This website requires JavaScript.
Explore
Help
Sign In
generic-library
/
openssl
Watch
1
Star
0
Fork
0
You've already forked openssl
Code
Issues
Pull Requests
Releases
Wiki
Activity
openssl
/
fips
/
fips_err_wrapper.c
6 lines
75 B
C
Raw
Normal View
History
Unescape
Escape
Missing files.
2003-07-29 15:17:22 +00:00
#
ifdef FIPS
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.
2003-09-08 11:33:07 +00:00
#
include "fips_err.h"
Missing files.
2003-07-29 15:17:22 +00:00
#
else
static
void
*
dummy
=
&
dummy
;
#
endif
Reference in New Issue
Copy Permalink