diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-10-28 23:10:45 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-10-28 23:13:32 +0100 |
| commit | e134af0bdfcd5197ea236f835dece0521ebf6b2e (patch) | |
| tree | 2b33de7f034bcf669a568d84bf97a646041ef1b2 /test/wscript | |
| parent | 27b1be571e188b0f5f2d006f5d7cf1349695a9fa (diff) | |
Fix decryption import code to work with PKCS1 and PKCS8 formats.
PKCS1 uses
BEGIN RSA PRIVATE KEY
but PKCS8 has only
BEGIN PRIVATE KEY
Diffstat (limited to 'test/wscript')
| -rw-r--r-- | test/wscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/wscript b/test/wscript index 50c86751f..1390beebb 100644 --- a/test/wscript +++ b/test/wscript @@ -90,6 +90,7 @@ def build(bld): empty_test.cc encode_cli_test.cc encryption_test.cc + export_decryption_settings_test.cc file_extension_test.cc ffmpeg_audio_only_test.cc ffmpeg_audio_test.cc |
