mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-08 20:12:01 +03:00
fix typo in certificate openssl compatability
This commit is contained in:
parent
c8d9dfd2e0
commit
125b96b818
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user