[openssl] master update

Richard Levitte levitte at openssl.org
Wed Jul 15 21:22:59 UTC 2020


The branch master has been updated
       via  55affcadbe4aac7d4832448b8c071b582da4e344 (commit)
      from  e45d943665e806ff49d06cfbdd566a8e2d57d56d (commit)


- Log -----------------------------------------------------------------
commit 55affcadbe4aac7d4832448b8c071b582da4e344
Author: Daniel Bevenius <daniel.bevenius at gmail.com>
Date:   Thu Jul 9 07:28:19 2020 +0200

    Configure: fix minor typo in apitable comment
    
    Reviewed-by: Paul Dale <paul.dale at oracle.com>
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/12398)

-----------------------------------------------------------------------

Summary of changes:
 Configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Configure b/Configure
index ce7c895ca0..c9b5c59726 100755
--- a/Configure
+++ b/Configure
@@ -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,


More information about the openssl-commits mailing list