]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Prevent creating empty folder "../apps/include"
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Sun, 31 Jan 2021 18:35:42 +0000 (19:35 +0100)
committerBernd Edlinger <bernd.edlinger@hotmail.de>
Thu, 4 Feb 2021 07:02:37 +0000 (08:02 +0100)
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)

test/build.info

index 56ac14eabd467bd6c40d52e2193ca279962767f4..7830ae1b7ee906aa46c499a775e5eb7b6a37600b 100644 (file)
@@ -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