Last change
on this file since 98929 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:
335 bytes
|
Line | |
---|
1 | LIBS=../../libcrypto
|
---|
2 |
|
---|
3 | $ALL=rc2_ecb.c rc2_skey.c rc2_cbc.c rc2cfb64.c rc2ofb64.c
|
---|
4 |
|
---|
5 | SOURCE[../../libcrypto]=$ALL
|
---|
6 |
|
---|
7 | # When all deprecated symbols are removed, libcrypto doesn't export the
|
---|
8 | # rc2 functions, so we must include them directly in liblegacy.a
|
---|
9 | IF[{- $disabled{'deprecated-3.0'} -}]
|
---|
10 | SOURCE[../../providers/liblegacy.a]=$ALL
|
---|
11 | ENDIF
|
---|
Note:
See
TracBrowser
for help on using the repository browser.