Last change
on this file since 107935 was 104078, checked in by vboxsync, 11 months ago |
openssl-3.1.5: Applied and adjusted our OpenSSL changes to 3.1.4. bugref:10638
|
File size:
371 bytes
|
Line | |
---|
1 | LIBS=../../libcrypto
|
---|
2 | $ALL=i_cbc.c i_cfb64.c i_ofb64.c i_ecb.c i_skey.c
|
---|
3 |
|
---|
4 | SOURCE[../../libcrypto]=$ALL
|
---|
5 |
|
---|
6 | # When all deprecated symbols are removed, libcrypto doesn't export the
|
---|
7 | # idea functions, so we must include them directly in liblegacy.a
|
---|
8 | IF[{- $disabled{'deprecated-3.0'} && !$disabled{module} && !$disabled{shared} -}]
|
---|
9 | SOURCE[../../providers/liblegacy.a]=$ALL
|
---|
10 | ENDIF
|
---|
Note:
See
TracBrowser
for help on using the repository browser.