]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Fix: Typo "configdata.pem" -> "configdata.pm"
authorPascal Ernster <git@hardfalcon.net>
Sat, 2 May 2026 02:33:28 +0000 (02:33 +0000)
committerNorbert Pocs <norbertp@openssl.org>
Sun, 3 May 2026 13:42:51 +0000 (15:42 +0200)
CLA: trivial
Fixes: ddf1847dc81c "unified build scheme: add and document the "unified" driving engine"
Signed-off-by: Pascal Ernster <git@hardfalcon.net>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Frederik Wedel-Heinen <fwh.openssl@gmail.com>
Reviewed-by: Eugene Syromiatnikov <esyr@openssl.org>
MergeDate: Sun May  3 13:42:56 2026
(Merged from https://github.com/openssl/openssl/pull/31064)

Configurations/README.md

index 83bcc960626b86225379d77df08c5820bab10d0a..b07e758296450578eb7a0737483a3db58f299538 100644 (file)
@@ -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 `-}`.