1
0
mirror of https://github.com/ARMmbed/mbedtls.git synced 2025-06-25 06:39:04 +08:00
Gilles Peskine 86a47f85fa Switch to "x509_oid.h" in code that uses OID functions
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>
2025-06-03 15:51:34 +02:00
..
2024-07-10 08:07:34 +02:00
2024-12-04 14:25:02 +01:00
2025-03-26 13:34:03 +00:00
2025-03-26 13:34:03 +00:00
2024-12-04 14:25:02 +01:00
2025-06-03 15:51:34 +02:00
2025-01-28 16:14:38 +01:00