[openssl] OpenSSL_1_1_1-stable update
bernd.edlinger at hotmail.de
bernd.edlinger at hotmail.de
Thu Feb 4 07:03:25 UTC 2021
The branch OpenSSL_1_1_1-stable has been updated
via 8d5ace52d923f596ebfb8e0997efaa067ee73bba (commit)
from dabea5447dc487983a50a40856f731db0db17a8e (commit)
- Log -----------------------------------------------------------------
commit 8d5ace52d923f596ebfb8e0997efaa067ee73bba
Author: Bernd Edlinger <bernd.edlinger at hotmail.de>
Date: Sun Jan 31 19:35:42 2021 +0100
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 at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14051)
-----------------------------------------------------------------------
Summary of changes:
test/build.info | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
More information about the openssl-commits
mailing list