Last change
on this file since 100947 was 99366, checked in by vboxsync, 22 months ago |
openssl-3.1.0: Applied and adjusted our OpenSSL changes to 3.0.7. bugref:10418
|
File size:
292 bytes
|
Line | |
---|
1 | # We make separate GOAL variables for each algorithm, to make it easy to
|
---|
2 | # switch each to the Legacy provider when needed.
|
---|
3 |
|
---|
4 | $RSA_GOAL=../../libdefault.a ../../libfips.a
|
---|
5 | $SM2_GOAL=../../libdefault.a
|
---|
6 |
|
---|
7 | SOURCE[$RSA_GOAL]=rsa_enc.c
|
---|
8 |
|
---|
9 | IF[{- !$disabled{"sm2"} -}]
|
---|
10 | SOURCE[$SM2_GOAL]=sm2_enc.c
|
---|
11 | ENDIF
|
---|
Note:
See
TracBrowser
for help on using the repository browser.