The branch OpenSSL_1_1_0-stable has been updated
       via  8cd40e1f6e85dff21f68ad1dec8f3115dbb58c94 (commit)
      from  d06c715477ddc90c32f2f3d1cf79825e58a42167 (commit)


- Log -----------------------------------------------------------------
commit 8cd40e1f6e85dff21f68ad1dec8f3115dbb58c94
Author: Richard Levitte <[email protected]>
Date:   Fri Mar 9 14:28:51 2018 +0100

    Restore the display of options with 'openssl version -a'
    
    Reviewed-by: Rich Salz <[email protected]>
    (Merged from https://github.com/openssl/openssl/pull/5572)
    
    (cherry picked from commit b971b05ec6893fe7a3416a3b34d50a52b6cfe9bc)

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

Summary of changes:
 apps/version.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/version.c b/apps/version.c
index 751cb0f..d8d6b25 100644
--- a/apps/version.c
+++ b/apps/version.c
@@ -90,7 +90,7 @@ opthelp:
             dirty = version = 1;
             break;
         case OPT_A:
-            cflags = version = date = platform = dir = engdir = 1;
+            options = cflags = version = date = platform = dir = engdir = 1;
             break;
         }
     }
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to