From 0e4c0082471073a497eee1ab51bb01793da3e39f Mon Sep 17 00:00:00 2001 From: toddouska Date: Wed, 28 Jan 2015 15:30:41 -0800 Subject: [PATCH] add pic32mz header to distribution --- cyassl/ctaocrypt/include.am | 4 ++++ wolfssl/wolfcrypt/include.am | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/cyassl/ctaocrypt/include.am b/cyassl/ctaocrypt/include.am index 6a460636b..23d393db8 100644 --- a/cyassl/ctaocrypt/include.am +++ b/cyassl/ctaocrypt/include.am @@ -46,3 +46,7 @@ nobase_include_HEADERS+= \ cyassl/ctaocrypt/memory.h \ cyassl/ctaocrypt/mpi_class.h \ cyassl/ctaocrypt/mpi_superclass.h + +noinst_HEADERS+= \ + cyassl/ctaocrypt/port/pic32/pic32mz-crypt.h + diff --git a/wolfssl/wolfcrypt/include.am b/wolfssl/wolfcrypt/include.am index 9abf5e9fb..fc9d836c0 100644 --- a/wolfssl/wolfcrypt/include.am +++ b/wolfssl/wolfcrypt/include.am @@ -45,3 +45,7 @@ nobase_include_HEADERS+= \ wolfssl/wolfcrypt/memory.h \ wolfssl/wolfcrypt/mpi_class.h \ wolfssl/wolfcrypt/mpi_superclass.h + +noinst_HEADERS+= \ + wolfssl/wolfcrypt/port/pic32/pic32mz-crypt.h +