Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf.git/shortlog/125b96b818d7730c4b2d08a5f8533179fe1e7c8a
...commit 
http://git.netsurf-browser.org/netsurf.git/commit/125b96b818d7730c4b2d08a5f8533179fe1e7c8a
...tree 
http://git.netsurf-browser.org/netsurf.git/tree/125b96b818d7730c4b2d08a5f8533179fe1e7c8a

The branch, master has been updated
       via  125b96b818d7730c4b2d08a5f8533179fe1e7c8a (commit)
      from  c8d9dfd2e07123f47a6e29d403ccfc78227bd5ed (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/netsurf.git/commit/?id=125b96b818d7730c4b2d08a5f8533179fe1e7c8a
commit 125b96b818d7730c4b2d08a5f8533179fe1e7c8a
Author: Vincent Sanders <[email protected]>
Commit: Vincent Sanders <[email protected]>

    fix typo in certificate openssl compatability

diff --git a/content/fetchers/about.c b/content/fetchers/about.c
index 77e8e87..1e0fbdf 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)


-----------------------------------------------------------------------

Summary of changes:
 content/fetchers/about.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/fetchers/about.c b/content/fetchers/about.c
index 77e8e87..1e0fbdf 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)


-- 
NetSurf Browser
_______________________________________________
netsurf-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to