From 7e5cac6c4309d57b4a032a5fe1869d51653eb67e Mon Sep 17 00:00:00 2001 From: kaleb-himes Date: Thu, 8 Jan 2015 09:56:06 -0700 Subject: [PATCH 1/2] support dir update --- support/wolfssl.pc | 6 +++--- support/wolfssl.pc.in | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/support/wolfssl.pc b/support/wolfssl.pc index a5fb55761..8532cbed3 100644 --- a/support/wolfssl.pc +++ b/support/wolfssl.pc @@ -3,8 +3,8 @@ exec_prefix=${prefix} libdir=${exec_prefix}/lib includedir=${prefix}/include -Name: cyassl -Description: cyassl C library. +Name: wolfssl +Description: wolfssl C library. Version: 3.3.0 -Libs: -L${libdir} -lcyassl +Libs: -L${libdir} -lwolfssl Cflags: -I${includedir} diff --git a/support/wolfssl.pc.in b/support/wolfssl.pc.in index ad469bc48..e8cb694fd 100644 --- a/support/wolfssl.pc.in +++ b/support/wolfssl.pc.in @@ -3,8 +3,8 @@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ -Name: cyassl -Description: cyassl C library. +Name: wolfssl +Description: wolfssl C library. Version: @VERSION@ -Libs: -L${libdir} -lcyassl +Libs: -L${libdir} -lwolfssl Cflags: -I${includedir} From 48fd041c40238a98b17aa661bbb8ac6efb92a1d4 Mon Sep 17 00:00:00 2001 From: kaleb-himes Date: Thu, 8 Jan 2015 10:02:07 -0700 Subject: [PATCH 2/2] no longer user compatibility layer --- examples/client/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/client/client.c b/examples/client/client.c index 571804b02..3e96ce539 100644 --- a/examples/client/client.c +++ b/examples/client/client.c @@ -23,7 +23,7 @@ #include #endif -#include /* name change portability layer */ +#include #if defined(WOLFSSL_MDK_ARM) #include