UI_UTIL_wrap_read_pem_callback(): when |cb| is NULL, use PEM_def_callback
[openssl.git] / crypto / ripemd / build.info
1 LIBS=../../libcrypto
2
3 $RMD160ASM=
4 IF[{- !$disabled{asm} -}]
5   $RMD160ASM_x86=rmd-586.s
6
7   # Now that we have defined all the arch specific variables, use the
8   # appropriate one, and define the appropriate macros
9   IF[$RMD160ASM_{- $target{asm_arch} -}]
10     $RMD160ASM=$RMD160ASM_{- $target{asm_arch} -}
11     $RMD160DEF=RMD160_ASM
12   ENDIF
13 ENDIF
14
15 SOURCE[../../libcrypto]=rmd_dgst.c rmd_one.c $RMD160ASM
16
17 # Implementations are now spread across several libraries, so the defines
18 # need to be applied to all affected libraries and modules
19 DEFINE[../../libcrypto]=$RMD160DEF
20 DEFINE[../providers/libimplementations.a]=$RMD160DEF
21
22 GENERATE[rmd-586.s]=asm/rmd-586.pl
23 DEPEND[rmd-586.s]=../perlasm/x86asm.pl