Lines Matching +full:in +full:- +full:built

5 #                       go in the FIPS provider.  The compilations for this
21 # -o {modulename}.so {object files...} lib{modulename}.a libcommon.a
23 # It is crucial that code that checks the FIPS_MODULE macro ends up in
25 # It is crucial that code that checks the STATIC_LEGACY macro ends up in
30 # Code in providers/implementations/ should be written in such a way that
32 # end up in either libfips.a, liblegacy.a or libdefault.a.
45 # Enough of our implementations include prov/ciphercommon.h (present in
47 # (present in include), which in turn may include very internal header
48 # files in crypto/, so let's have a common include list for them all.
58 # used is determined by non-weak dependencies.
72 # Because the default provider is built in, it means that libcrypto must
84 # Because the base provider is built in, it means that libcrypto must
96 # us to make all kinds of checks on the source, based on what we specify in
98 # built unless the proper LIBS or MODULES statement has been seen, so we
100 IF[{- !$disabled{fips} -}]
112 IF[{- defined $target{shared_defflag} -}]
118 GENERATE[fipsmodule.cnf]=../util/mk-fipsmodule-cnf.pl \
119 -module $(FIPSMODULE) -section_name fips_sect -key $(FIPSKEY)
123 IF[{- $config{target} =~ /^(?:Cygwin|mingw|VC-|BC-)/ -}]
132 IF[{- !$disabled{legacy} -}]
135 IF[{- $disabled{module} -}]
136 # Become built in
137 # In this case, we need to do the same thing a for the default provider,
138 # and make the liblegacy object files end up in libcrypto. We could also
139 # just say that for the built-in legacy, we put the source directly in
147 # In this case, we can work with dependencies
151 IF[{- defined $target{shared_defflag} -}]
157 IF[{- $config{target} =~ /^(?:Cygwin|mingw|VC-|BC-)/ -}]
174 # Because the null provider is built in, it means that libcrypto must