From 125b96b818d7730c4b2d08a5f8533179fe1e7c8a Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 17 May 2020 12:18:05 +0100 Subject: fix typo in certificate openssl compatability --- content/fetchers/about.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/fetchers') 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) -- cgit v1.2.3