summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2020-05-17 12:18:05 +0100
committerVincent Sanders <vince@kyllikki.org>2020-05-17 12:18:05 +0100
commit125b96b818d7730c4b2d08a5f8533179fe1e7c8a (patch)
treef378f762acaf4c86ded958383f1caba433c2ae73 /content
parentc8d9dfd2e07123f47a6e29d403ccfc78227bd5ed (diff)
downloadnetsurf-125b96b818d7730c4b2d08a5f8533179fe1e7c8a.tar.gz
netsurf-125b96b818d7730c4b2d08a5f8533179fe1e7c8a.tar.bz2
fix typo in certificate openssl compatability
Diffstat (limited to 'content')
-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)