|
592 | 592 | ],
|
593 | 593 | 'outputs': [
|
594 | 594 | '<(fipsconfig)',
|
595 |
| - 'bajja.txt', |
596 | 595 | ],
|
597 | 596 | 'action': [
|
598 | 597 | '<(openssl-cli)', 'fipsinstall',
|
|
628 | 627 | },
|
629 | 628 | {
|
630 | 629 | 'action_name': 'include_fips_cnf',
|
631 |
| - 'inputs': [ '<(opensslconfig_internal)', ], |
632 |
| - #'outputs': [ '<(opensslconfig_internal)', ], |
633 |
| - 'outputs': [ '', ], |
| 630 | + 'inputs': [ '<(opensslconfig)', ], |
| 631 | + 'outputs': [ '<(opensslconfig_internal)', ], |
634 | 632 | 'action': [
|
635 | 633 | 'python', 'tools/enable_fips_include.py',
|
636 | 634 | '<(opensslconfig_internal)',
|
637 | 635 | '<(fipsconfig)',
|
638 | 636 | ],
|
639 | 637 | },
|
640 | 638 | ],
|
| 639 | + }, { |
| 640 | + 'variables': { |
| 641 | + 'opensslconfig_internal': '<(obj_dir)/deps/openssl/openssl.cnf', |
| 642 | + 'opensslconfig': './deps/openssl/openssl/apps/openssl.cnf', |
| 643 | + }, |
| 644 | + 'actions': [ |
| 645 | + { |
| 646 | + 'action_name': 'reset_openssl_cnf', |
| 647 | + 'inputs': [ '<(opensslconfig)', ], |
| 648 | + 'outputs': [ '<(opensslconfig_internal)', ], |
| 649 | + 'action': [ |
| 650 | + 'python', 'tools/copyfile.py', |
| 651 | + './deps/openssl/openssl/apps/openssl.cnf', |
| 652 | + '<(obj_dir)/deps/openssl/openssl.cnf', |
| 653 | + ], |
| 654 | + }, |
| 655 | + ], |
641 | 656 | }],
|
642 |
| - |
643 | 657 | ],
|
644 | 658 | }, # node_core_target_name
|
645 | 659 | {
|
|
0 commit comments