summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content/fetchers/about.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/fetchers/about.c b/content/fetchers/about.c
index 77e8e8792..1e0fbdfd1 100644
--- a/content/fetchers/about.c
+++ b/content/fetchers/about.c
@@ -529,7 +529,7 @@ static int ns_X509_get_signature_nid(X509 *cert)
static const char *ns_ASN1_STRING_get0_data(ASN1_STRING *asn1str)
{
- return (const cahr *)ASN1_STRING_data(asn1str);
+ return (const char *)ASN1_STRING_data(asn1str);
}
static const BIGNUM *ns_RSA_get0_n(const RSA *d)