• Show log

    Commit

  • Hash : 3207606f
    Author : kinichiro
    Date : 2016-04-04T11:28:46

    fix cmake on HP-UX
    
    - CMakeLists.txt
      * add OS specific compiler flags and library
      * add checking size of time_t
      * add checking memmem()
    
    - tests/CMakeLists.txt
      * add if(HAVE_MEMMEM) for explicit_bzero
      * add checking SMALL_TIME_T for rfc5280time
    
    - crypto/CMakeLists.txt
      * add getentropy_hpux.c
    
    - tls/CMakeLists.txt
      * fix checking strsep