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