summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernd Edlinger <bernd.edlinger@hotmail.de>2021-01-31 19:35:42 +0100
committerBernd Edlinger <bernd.edlinger@hotmail.de>2021-02-04 08:02:37 +0100
commit8d5ace52d923f596ebfb8e0997efaa067ee73bba (patch)
tree6b4daaf1124f72785d7a5e72884121597a10521e
parentdabea5447dc487983a50a40856f731db0db17a8e (diff)
Prevent creating empty folder "../apps/include"
This folder "../apps/include" is accidentally created. This prevents this glitch. Fixes 19b4fe5844b ("Add a CMAC test") Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14051)
-rw-r--r--test/build.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/build.info b/test/build.info
index 56ac14eabd..7830ae1b7e 100644
--- a/test/build.info
+++ b/test/build.info
@@ -499,7 +499,7 @@ INCLUDE_MAIN___test_libtestutil_OLB = /INCLUDE=MAIN
IF[{- !$disabled{cmac} -}]
SOURCE[cmactest]=cmactest.c
- INCLUDE[cmactest]=../include ../apps/include
+ INCLUDE[cmactest]=../include
DEPEND[cmactest]=../libcrypto.a libtestutil.a
ENDIF