1. 29 May, 2016 5 commits
  2. 28 May, 2016 7 commits
  3. 27 May, 2016 24 commits
  4. 26 May, 2016 3 commits
  5. 25 May, 2016 1 commit
    • Richard Levitte's avatar
      Handle Visual C warning about non-standard function names. · dc6b5c7b
      Richard Levitte authored
      
      
      Visual C version from version 2003 complain about certain function
      names, for example:
      
          apps\apps.c(2572) : warning C4996: 'open': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _open. See online help for details.
      
      This adds preprocessor aliases for them in e_os.h.
      
      Additionally, crypto/conf/conf_lib.c needs to include e_os.h to catch
      those aliases.
      
      RT#4488
      RT#4489
      
      Reviewed-by: default avatarMatt Caswell <matt@openssl.org>
      dc6b5c7b