Drop libimplementations.a
[openssl.git] / providers / implementations / rands / seeding / build.info
1 $COMMON=rand_unix.c rand_win.c rand_tsc.c rand_cpu_x86.c
2 IF[{- $config{target} =~ /vxworks/i -}]
3   $COMMON=$COMMON rand_vxworks.c
4 ENDIF
5 IF[{- $config{target} =~ /vms/i -}]
6   $COMMON=$COMMON rand_vms.c
7 ENDIF
8
9 SOURCE[../../../libdefault.a]=$COMMON
10