[openssl-commits] [openssl] master update

Rich Salz rsalz at openssl.org
Thu Aug 4 18:30:02 UTC 2016


The branch master has been updated
       via  dc57696ceec4643da1cbb69f9d1491a96e5126c4 (commit)
      from  219116d8667cd208a92323a9b95a20e3c7e3f9eb (commit)


- Log -----------------------------------------------------------------
commit dc57696ceec4643da1cbb69f9d1491a96e5126c4
Author: Rich Salz <rsalz at openssl.org>
Date:   Thu Aug 4 14:29:53 2016 -0400

    Fix output text to avoid gratuitious git diff
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>

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

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

diff --git a/apps/progs.pl b/apps/progs.pl
index 3ec16d5..21baf17 100644
--- a/apps/progs.pl
+++ b/apps/progs.pl
@@ -48,7 +48,7 @@ typedef enum FUNC_TYPE {
 typedef struct function_st {
     FUNC_TYPE type;
     const char *name;
-    int (*func)(int argc,char *argv[]);
+    int (*func)(int argc, char *argv[]);
     const OPTIONS *help;
 } FUNCTION;
 


More information about the openssl-commits mailing list