commit | 83b04de09b37c353d3e7bdd7bfac393cfe5a2c7e | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon Mar 09 17:33:07 2015 +0000 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Mar 10 11:23:56 2015 +0000 |
tree | 8f82ee07b4d9d3981711c1a69f32017abd61c0b2 | |
parent | 7f8099773edc34ac29e01ee0da6960526f41bcb2 [diff] [blame] |
Rename a few incidental references to PolarSSL
diff --git a/include/mbedtls/x509.h b/include/mbedtls/x509.h index 268121d..ffbf976 100644 --- a/include/mbedtls/x509.h +++ b/include/mbedtls/x509.h
@@ -179,7 +179,7 @@ /** * Container for ASN1 named information objects. - * It allows for Relative Distinguished Names (e.g. cn=polarssl,ou=code,etc.). + * It allows for Relative Distinguished Names (e.g. cn=localhost,ou=code,etc.). */ typedef asn1_named_data x509_name;