The branch master has been updated
       via  496f4f9d6af6f69d604c1cedfeb956159b66846e (commit)
      from  5f62e044d3bd4f84378ce354898e8e21583ef169 (commit)


- Log -----------------------------------------------------------------
commit 496f4f9d6af6f69d604c1cedfeb956159b66846e
Author: Richard Levitte <[email protected]>
Date:   Sun Sep 6 22:43:25 2015 +0200

    Small fix: make istext static
    
    This takes away a build failure in some cases.
    
    Reviewed-by: Tim Hudson <[email protected]>

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

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

diff --git a/apps/apps.c b/apps/apps.c
index d4af862..5c36a37 100644
--- a/apps/apps.c
+++ b/apps/apps.c
@@ -2721,7 +2721,7 @@ int raw_write_stdout(const void *buf, int siz)
  * does impact behavior on some platform, such as differentiating between
  * text and binary input/output on non-Unix platforms
  */
-inline int istext(int format)
+static int istext(int format)
 {
     return (format & B_FORMAT_TEXT) == B_FORMAT_TEXT;
 }
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to