1. 16 May, 2016 26 commits
  2. 14 May, 2016 4 commits
  3. 13 May, 2016 7 commits
  4. 12 May, 2016 3 commits
    • Richard Levitte's avatar
    • Richard Levitte's avatar
      DJGPP adjustments · 2c25ebd1
      Richard Levitte authored
      
      
      * Configure: Replaced -DTERMIO by -DTERMIOS in CFLAGS.
      
      * crypto/bio/bss_dgram.c [WATT32]: Remove obsolete redefinition of
        function names: sock_write, sock_read and sock_puts.
      
      * crypto/bio/bss_sock.c [WATT32]: For Watt-32 2.2.11 sock_write,
        sock_read and sock_puts are redefined to their private names so
        their names must be undefined first before they can be redefined
        again.
      
      * crypto/bio/bss_file.c (file_fopen) [__DJGPP__]: Make a copy of the
        passed file name and replace the leading dots in the dirname part
        and the basname part of the file name, unless LFN is supported.
      
      * e_os.h [__DJGPP__]: Undefine macro DEVRANDOM_EGD. Neither MS-DOS nor
        FreeDOS provide 'egd' sockets.
        New macro HAS_LFN_SUPPORT checks if underlying file system supports
        long file names or not.
        Include sys/un.h.
        Define WATT32_NO_OLDIES.
      
      * INSTALL.DJGPP: Update URL of WATT-32 library.
      
      Submitted by Juan Manuel Guerrero <juan.guerrero@gmx.de>
      
      RT#4217
      
      Reviewed-by: default avatarAndy Polyakov <appro@openssl.org>
      2c25ebd1
    • Richard Levitte's avatar
      Move the DJGPP target to its own config. · ae69c7d3
      Richard Levitte authored
      
      
      DJGPP is a 3rd party configuration, we rely entirely on the OpenSSL to
      help us fine tune and test.  Therefore, it's moved to its own config.
      
      Reviewed-by: default avatarAndy Polyakov <appro@openssl.org>
      ae69c7d3