diff options
author | Daniel Bevenius <daniel.bevenius@gmail.com> | 2020-07-09 07:28:19 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2020-07-15 23:22:24 +0200 |
commit | 55affcadbe4aac7d4832448b8c071b582da4e344 (patch) | |
tree | a1d7b6b87ca60fbbfb136929f828428b14e46e9b /Configure | |
parent | Add FIPS related configuration data to the default openssl application config... (diff) | |
download | openssl-55affcadbe4aac7d4832448b8c071b582da4e344.tar.xz openssl-55affcadbe4aac7d4832448b8c071b582da4e344.zip |
Configure: fix minor typo in apitable comment
Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/12398)
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -190,7 +190,7 @@ my $apitable = { # The numbering used changes from 3.0 and on because we updated # (solidified) our version numbering scheme at that point. - # From 3.0 and on, we internalise the given version number in dedcimal + # From 3.0 and on, we internalise the given version number in decimal # as MAJOR * 10000 + MINOR * 100 + 0 "3.0.0" => 30000, "3.0" => 30000, |