From 8d532683386121e70810b0d7c6642cc2c2b89cb0 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 25 Nov 2016 20:16:06 +0000 Subject: Fix build bugs. It builds! Two things remain to do: - how to pass SNI information to libtls - how to detect cert issuer key type for ECC in bearssl --- src/sbearssl/sbearssl_pkey_to.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sbearssl/sbearssl_pkey_to.c') diff --git a/src/sbearssl/sbearssl_pkey_to.c b/src/sbearssl/sbearssl_pkey_to.c index 491901b..54570aa 100644 --- a/src/sbearssl/sbearssl_pkey_to.c +++ b/src/sbearssl/sbearssl_pkey_to.c @@ -4,7 +4,7 @@ #include #include -int sbearssl_pkey_to (sbearssl_pkey const *l, br_x509_pkey *k, char const *s) +int sbearssl_pkey_to (sbearssl_pkey const *l, br_x509_pkey *k, char *s) { switch (l->type) { -- cgit v1.3.1