From 7897d04145d273f857586cff64039b60b7e5b678 Mon Sep 17 00:00:00 2001 From: Sean Parkinson Date: Fri, 3 Mar 2017 11:31:16 +1000 Subject: [PATCH] Need GetHMACSize and GetIVSize for wpas 2.0 --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 5c33c2ec9..9c9965eed 100644 --- a/configure.ac +++ b/configure.ac @@ -343,6 +343,7 @@ then enable_shared=no enable_static=yes AM_CFLAGS="$AM_CFLAGS -DHAVE_SECRET_CALLBACK -DWOLFSSL_STATIC_RSA" + AM_CFLAGS="$AM_CFLAGS -DATOMIC_USER" AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_WPAS" fi