From 26a92977f02a018baea4b3f7a08ef9bfca76ec3a Mon Sep 17 00:00:00 2001 From: Kareem Date: Mon, 23 May 2022 14:25:54 -0700 Subject: [PATCH] Remove MCAPI project's dependency on zlib version. --- mcapi/README | 6 ++--- mcapi/zlib.X/nbproject/configurations.xml | 32 +++++++++++------------ 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/mcapi/README b/mcapi/README index 2cfb368b4..bea33d983 100644 --- a/mcapi/README +++ b/mcapi/README @@ -54,10 +54,10 @@ Included Project Files This project builds the zlib library for use in the wolfcrypt_test.X and wolfcrypt_mcapi.X projects. This project expects the zlib sources - to be located under the wolfSSL root directory. Currently it is set up - to work with zlib 1.2.8, and looks for sources under: + to be located under the wolfSSL root directory. It is set up to work + with the latest zlib, and looks for sources under: - /zlib-1.2.8 + /zlib PIC32MX/PIC32MZ --------------- diff --git a/mcapi/zlib.X/nbproject/configurations.xml b/mcapi/zlib.X/nbproject/configurations.xml index cf780f4e7..16174b768 100644 --- a/mcapi/zlib.X/nbproject/configurations.xml +++ b/mcapi/zlib.X/nbproject/configurations.xml @@ -12,21 +12,21 @@ - ../../zlib-1.2.8/adler32.c - ../../zlib-1.2.8/compress.c - ../../zlib-1.2.8/crc32.c - ../../zlib-1.2.8/deflate.c - ../../zlib-1.2.8/gzclose.c - ../../zlib-1.2.8/gzlib.c - ../../zlib-1.2.8/gzread.c - ../../zlib-1.2.8/gzwrite.c - ../../zlib-1.2.8/infback.c - ../../zlib-1.2.8/inffast.c - ../../zlib-1.2.8/inflate.c - ../../zlib-1.2.8/inftrees.c - ../../zlib-1.2.8/trees.c - ../../zlib-1.2.8/uncompr.c - ../../zlib-1.2.8/zutil.c + ../../zlib/adler32.c + ../../zlib/compress.c + ../../zlib/crc32.c + ../../zlib/deflate.c + ../../zlib/gzclose.c + ../../zlib/gzlib.c + ../../zlib/gzread.c + ../../zlib/gzwrite.c + ../../zlib/infback.c + ../../zlib/inffast.c + ../../zlib/inflate.c + ../../zlib/inftrees.c + ../../zlib/trees.c + ../../zlib/uncompr.c + ../../zlib/zutil.c - +