[openssl-commits] [openssl] OpenSSL_1_0_2-stable update

Andy Polyakov appro at openssl.org
Fri Oct 12 18:48:08 UTC 2018


The branch OpenSSL_1_0_2-stable has been updated
       via  6be3286fee187edb3c133910c6ec27d21a75976b (commit)
      from  fff1da43be2236995cdf5ef2f3e2a51be232ba85 (commit)


- Log -----------------------------------------------------------------
commit 6be3286fee187edb3c133910c6ec27d21a75976b
Author: Andy Polyakov <appro at openssl.org>
Date:   Sun Sep 23 16:38:11 2018 +0200

    util/domd: omit superfluous shift in -MD handling.
    
    While reviewing last modification in GH#6261 Richard actually spotted
    the inconsistency, but withdrew the remark, correct one in aftermath...
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/7298)

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

Summary of changes:
 util/domd | 1 -
 1 file changed, 1 deletion(-)

diff --git a/util/domd b/util/domd
index 6eb019e..849e271 100755
--- a/util/domd
+++ b/util/domd
@@ -11,7 +11,6 @@ if [ "$1" = "-MD" ]; then
         MAKEDEPEND="$MAKEDEPEND $1"
         shift
     done
-    shift
 fi
 if [ "$MAKEDEPEND" = "" ]; then MAKEDEPEND=makedepend; fi
 


More information about the openssl-commits mailing list