commit | f6bc8886c72d6b0cbc5964ab611d1f3a15278af3 | [log] [tgz] |
---|---|---|
author | Hanno Becker <hanno.becker@arm.com> | Thu May 02 13:05:58 2019 +0100 |
committer | Hanno Becker <hanno.becker@arm.com> | Tue Jun 25 09:10:57 2019 +0100 |
tree | 372bcbfa5f8e238e05c0c9706ffb19988b4e3122 | |
parent | 1421246d4485509b3762546bf7513382672d5a18 [diff] [blame] |
Move declarations of internal X.509 functions to separate header This makes it easier to distinguish public from internal functions; for us, for users, and for automated API compatibility checkers.
diff --git a/library/x509.c b/library/x509.c index 9d00beb..0a9138f 100644 --- a/library/x509.c +++ b/library/x509.c
@@ -38,6 +38,7 @@ #if defined(MBEDTLS_X509_USE_C) #include "mbedtls/x509.h" +#include "mbedtls/x509_internal.h" #include "mbedtls/asn1.h" #include "mbedtls/oid.h"