mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-04-26 21:44:51 +02:00
Keep "mbedtls/oid.h" in code that only uses OID macros. ``` git grep -l mbedtls_oid_ '**/*.[hc]' tests/suites/*.function | xargs perl -i -pe 's!["<]mbedtls/oid\.h[">]!"x509_oid.h"!g' ``` Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>