[openssl-commits] [openssl] master update

Richard Levitte levitte at openssl.org
Mon Feb 22 15:10:37 UTC 2016


The branch master has been updated
       via  45b71abe7034c8985e1f932d88b4b1239bb27371 (commit)
      from  f9eca34c22a0fdb88dbc37983b1a04612548aafe (commit)


- Log -----------------------------------------------------------------
commit 45b71abe7034c8985e1f932d88b4b1239bb27371
Author: Richard Levitte <levitte at openssl.org>
Date:   Mon Feb 22 15:57:25 2016 +0100

    Fix a few typos
    
    Reviewed-by: Rich Salz <rsalz at openssl.org>

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

Summary of changes:
 CHANGES   | 4 ++--
 Configure | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/CHANGES b/CHANGES
index 3baef73..d849648 100644
--- a/CHANGES
+++ b/CHANGES
@@ -12,10 +12,10 @@
      Building dynamic engines is enabled by default; to disable, use
      the configuration option "disable-dynamic-engine".
 
-     The only requirements for building dynamic engines is the
+     The only requirements for building dynamic engines are the
      presence of the DSO module and building with position independent
      code, so they will also automatically be disabled if configuring
-     with "disable-dso" or "disable pic".
+     with "disable-dso" or "disable-pic".
 
      The macros OPENSSL_NO_STATIC_ENGINE and OPENSSL_NO_DYNAMIC_ENGINE
      are also taken away from openssl/opensslconf.h, as they are
diff --git a/Configure b/Configure
index 1a89bec..6b7165f 100755
--- a/Configure
+++ b/Configure
@@ -47,7 +47,7 @@ my $usage="Usage: Configure [no-<cipher> ...] [enable-<cipher> ...] [-Dxxx] [-lx
 #               know how to do it)
 # [no-]shared	[don't] try to create shared libraries when supported.
 # [no-]pic      [don't] try to build position independent code when supported.
-#               If disabled, it also disables shared and dynamic-engines.
+#               If disabled, it also disables shared and dynamic-engine.
 # no-asm        do not use assembler
 # no-dso        do not compile in any native shared-library methods. This
 #               will ensure that all methods just return NULL.


More information about the openssl-commits mailing list