]> git.ipfire.org Git - thirdparty/openssl.git/blob - crypto/rand/build.info
threads_pthread.c: change inline to ossl_inline
[thirdparty/openssl.git] / crypto / rand / build.info
1 LIBS=../../libcrypto
2
3 $COMMON=rand_lib.c
4 $CRYPTO=randfile.c rand_err.c rand_deprecated.c prov_seed.c rand_pool.c \
5 rand_uniform.c
6
7 IF[{- !$disabled{'egd'} -}]
8 $CRYPTO=$CRYPTO rand_egd.c
9 ENDIF
10 IF[{- !$disabled{'deprecated-3.0'} -}]
11 $CRYPTO=$CRYPTO rand_meth.c
12 ENDIF
13
14 SOURCE[../../libcrypto]=$COMMON $CRYPTO
15 SOURCE[../../providers/libfips.a]=$COMMON