[web] master update
Richard Levitte
levitte at openssl.org
Thu Sep 2 13:47:25 UTC 2021
The branch master has been updated
via d0614db41e68ab5e2a739cf01436a01ea3f96d7a (commit)
from 7a6000053503fe9891b570cc6bc0ca07c7edf0b5 (commit)
- Log -----------------------------------------------------------------
commit d0614db41e68ab5e2a739cf01436a01ea3f96d7a
Author: Richard Levitte <levitte at openssl.org>
Date: Thu Sep 2 15:47:20 2021 +0200
Correct missing parenthesis
-----------------------------------------------------------------------
Summary of changes:
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 72eaf43..6aba02c 100644
--- a/Makefile
+++ b/Makefile
@@ -260,7 +260,7 @@ $(eval $(call mknews_changelogtxt,changelog.md,openssl/CHANGES.md))
# Create the target 'news/clxy.md' for all releases from 3.0 and on, taking
# the source from $(CHECKOUTS)/openssl-x.y/CHANGES.md
$(foreach S,$(SERIES3),\
-$(eval $(call mknews_changelogtxt,cl$(subst .,,$(S)).txt,openssl-$(S)/CHANGES.md))
+$(eval $(call mknews_changelogtxt,cl$(subst .,,$(S)).txt,openssl-$(S)/CHANGES.md)))
# Create the targets 'news/clxyz.txt' for all current pre-3.0 releases,
# taking the source from $(CHECKOUTS)/openssl-x.y.z-stable/CHANGES
More information about the openssl-commits
mailing list