Last change
on this file since 100389 was 94082, checked in by vboxsync, 3 years ago |
libs/openssl-3.0.1: started applying and adjusting our OpenSSL changes to 3.0.1. bugref:10128
|
File size:
333 bytes
|
Line | |
---|
1 | LIBS=../../libcrypto
|
---|
2 | $ALL=seed.c seed_ecb.c seed_cbc.c seed_cfb.c seed_ofb.c
|
---|
3 |
|
---|
4 | SOURCE[../../libcrypto]=$ALL
|
---|
5 |
|
---|
6 | # When all deprecated symbols are removed, libcrypto doesn't export the
|
---|
7 | # seed functions, so we must include them directly in liblegacy.a
|
---|
8 | IF[{- $disabled{'deprecated-3.0'} -}]
|
---|
9 | SOURCE[../../providers/liblegacy.a]=$ALL
|
---|
10 | ENDIF
|
---|
Note:
See
TracBrowser
for help on using the repository browser.