From c164a4c51ccba3a21c822e4ef3535fd74bc4806b Mon Sep 17 00:00:00 2001 From: Pascal Ernster Date: Sat, 2 May 2026 02:33:28 +0000 Subject: [PATCH] Fix: Typo "configdata.pem" -> "configdata.pm" CLA: trivial Fixes: ddf1847dc81c "unified build scheme: add and document the "unified" driving engine" Signed-off-by: Pascal Ernster Reviewed-by: Richard Levitte Reviewed-by: Frederik Wedel-Heinen Reviewed-by: Eugene Syromiatnikov MergeDate: Sun May 3 13:42:56 2026 (Merged from https://github.com/openssl/openssl/pull/31064) --- Configurations/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configurations/README.md b/Configurations/README.md index 83bcc96062..b07e758296 100644 --- a/Configurations/README.md +++ b/Configurations/README.md @@ -502,7 +502,7 @@ The build-file template is processed with the perl module Text::Template, using `{-` and `-}` as delimiters that enclose the perl code fragments that generate configuration-dependent content. Those perl fragments have access to all the hash variables from -configdata.pem. +configdata.pm. The build-file template is expected to define at least the following perl functions in a perl code fragment enclosed with `{-` and `-}`.