Last change
on this file since 101665 was 101211, checked in by vboxsync, 14 months ago |
openssl-3.1.3: Applied and adjusted our OpenSSL changes to 3.1.2. bugref:10527
|
File size:
352 bytes
|
Line | |
---|
1 | LIBS=../../libcrypto
|
---|
2 |
|
---|
3 | SOURCE[../../libcrypto]=md4_dgst.c md4_one.c
|
---|
4 |
|
---|
5 | # When all deprecated symbols are removed, libcrypto doesn't export the
|
---|
6 | # MD4 functions, so we must include them directly in liblegacy.a
|
---|
7 | IF[{- $disabled{'deprecated-3.0'} && !$disabled{module} && !$disabled{shared} -}]
|
---|
8 | SOURCE[../../providers/liblegacy.a]=md4_dgst.c md4_one.c
|
---|
9 | ENDIF
|
---|
Note:
See
TracBrowser
for help on using the repository browser.