The branch master has been updated
       via  507c7c0ed6cbecbe16114dbbbb9fecc5ce5863a4 (commit)
      from  83f68df32f0067ee7b092f70568fc33e526fd4fd (commit)


- Log -----------------------------------------------------------------
commit 507c7c0ed6cbecbe16114dbbbb9fecc5ce5863a4
Author: Rich Salz <[email protected]>
Date:   Fri Mar 18 07:35:18 2016 -0400

    Fix build; CPP syntax error.
    
    Reviewed-by: Dr. Stephen Henson <[email protected]>

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

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

diff --git a/crypto/ui/ui_openssl.c b/crypto/ui/ui_openssl.c
index 295449f..7fc3e17 100644
--- a/crypto/ui/ui_openssl.c
+++ b/crypto/ui/ui_openssl.c
@@ -200,7 +200,7 @@
 # elif !defined(OPENSSL_SYS_VMS) \
        && !defined(OPENSSL_SYS_MSDOS) \
        && !defined(MAC_OS_GUSI_SOURCE) \
-       && !defined(OPENSSL_SYS_VXWORKS) \
+       && !defined(OPENSSL_SYS_VXWORKS)
 #  define TERMIOS
 #  undef  TERMIO
 #  undef  SGTTY
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to