This website requires JavaScript.
Explore
Help
Sign in
wbrawner
/
openssl
Watch
1
Star
0
Fork
You've already forked openssl
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
f29f610bf5
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 a new issue
Copy permalink