Skip to content
  1. Jan 13, 2015
    • Dr. Stephen Henson's avatar
      Avoid Windows 8 Getversion deprecated errors. · 09caf4ff
      Dr. Stephen Henson authored
      Windows 8 SDKs complain that GetVersion() is deprecated.
      
      We only use GetVersion like this:
      
      	(GetVersion() < 0x80000000)
      
      which checks if the Windows version is NT based. Use a macro check_winnt()
      which uses GetVersion() on older SDK versions and true otherwise.
      (cherry picked from commit a4cc3c80
      
      )
      
      Conflicts:
      	apps/apps.c
      	crypto/bio/bss_log.c
      
      Backported by Matt Caswell <matt@openssl.org>
      Reviewed-by: default avatarTim Hudson <tjh@openss.org>
      09caf4ff
  2. Jan 09, 2015
  3. Jan 08, 2015
  4. Jan 07, 2015
  5. Jan 06, 2015
  6. Jan 05, 2015
  7. Dec 17, 2014
  8. Nov 11, 2014
  9. Oct 29, 2014
  10. Oct 28, 2014
  11. Oct 21, 2014
  12. Oct 20, 2014
  13. Oct 17, 2014
  14. Oct 16, 2014
  15. Oct 15, 2014