From 96ddb0ab4d83d5f2fb613ed5e0ebdacb2b5c8c44 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Wed, 26 Feb 2020 19:50:01 +0100 Subject: [PATCH] Revert "asn1: Remove dependency on X.509" This reverts commit d8087713aea2bf3d61bb2470a8d74409e74907fb. --- include/mbedtls/asn1.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mbedtls/asn1.h b/include/mbedtls/asn1.h index 33b30041a..4c61b6e1c 100644 --- a/include/mbedtls/asn1.h +++ b/include/mbedtls/asn1.h @@ -66,7 +66,7 @@ * - 0x02 -- tag indicating INTEGER * - 0x01 -- length in octets * - 0x05 -- value - * Such sequences are typically read into Mbed TLS's \c mbedtls_x509_buf. + * Such sequences are typically read into \c ::mbedtls_x509_buf. * \{ */ #define MBEDTLS_ASN1_BOOLEAN 0x01