Originally noticed this in Debian
<https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811576> where they're
hoping to use GCC 6 for the next stable release.

---
 src/tpm_mgmt/tpm_present.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/tpm_mgmt/tpm_present.c b/src/tpm_mgmt/tpm_present.c
index fe2b797..a2d2e9c 100644
--- a/src/tpm_mgmt/tpm_present.c
+++ b/src/tpm_mgmt/tpm_present.c
@@ -349,13 +349,13 @@ int main(int argc, char **argv)
                }
        } while (flags[++i].name);
 
-      out_success:
+out_success:
        logSuccess(argv[0]);
        iRc = 0;
-      out_close:
+out_close:
        contextClose(hContext);
-      out:
-    if (szTpmPasswd && !isWellKnown)
-       shredPasswd( szTpmPasswd );
+out:
+       if (szTpmPasswd && !isWellKnown)
+               shredPasswd( szTpmPasswd );
        return iRc;
 }
-- 
2.8.1

-- 
Mike Gerow
[email protected]

Attachment: signature.asc
Description: PGP signature

------------------------------------------------------------------------------
_______________________________________________
TrouSerS-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/trousers-tech

Reply via email to