diff options
author | Philippe Mathieu-Daudé | 2018-12-18 12:56:09 +0100 |
---|---|---|
committer | Thomas Huth | 2019-02-28 12:15:53 +0100 |
commit | 4d21171b61f1d4ac7c37a4d3d77cd17aa99611cc (patch) | |
tree | c2642cc4e56647e39c4320b98c7633c16cf807e6 /MAINTAINERS | |
parent | MAINTAINERS: Add missing entries for the QObject section (diff) | |
download | qemu-4d21171b61f1d4ac7c37a4d3d77cd17aa99611cc.tar.gz qemu-4d21171b61f1d4ac7c37a4d3d77cd17aa99611cc.tar.xz qemu-4d21171b61f1d4ac7c37a4d3d77cd17aa99611cc.zip |
MAINTAINERS: Add missing test entries to the Cryptography section
Acked-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 4e38864fbd..d81f9c4563 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2069,6 +2069,8 @@ F: crypto/ F: include/crypto/ F: tests/test-crypto-* F: tests/benchmark-crypto-* +F: tests/crypto-tls-* +F: tests/pkix_asn1_tab.c F: qemu.sasl Coroutines |