summaryrefslogtreecommitdiff
path: root/include/openssl/e_os2.h
Commit message (Expand)AuthorAgeFilesLines
* Prepare NonStop for fixed-size integer types.Randall S. Becker2022-05-191-0/+3
* Fix definition of ossl_intmax_t and ossl_uintmax_tRichard Levitte2021-06-221-0/+9
* Rework and make DEBUG macros consistent.Rich Salz2021-05-281-1/+1
* Fix include/openssl/e_os2.h for VMSRichard Levitte2021-05-191-2/+2
* Update copyright yearMatt Caswell2021-05-061-1/+1
* Some compilers define __STDC_VERSION__ in c++Niclas Rosenvik2021-04-221-1/+2
* NonStop port updates for 3.0.0.Randall S. Becker2020-09-121-0/+15
* Update copyright yearRichard Levitte2020-07-161-1/+1
* Enable WinCE build without deceiving _MSC_VER.aSoujyuTanaka2020-07-151-1/+1
* Update source files for deprecation at 3.0Richard Levitte2019-11-071-1/+1
* Add legacy include guards to public header filesDr. Matthias St. Pierre2019-09-281-0/+6
* Fix header file include guard namesDr. Matthias St. Pierre2019-09-281-2/+2
* Remove global-var/function macrosRich Salz2019-07-011-23/+0
* Remove NextStep supportRich Salz2019-07-011-9/+0
* Add defines to indicate if intypes.h and stdint.h are unavailableShane Lontis2019-06-111-0/+6
* Mark generated functions unused (applies to safestack, lhash, sparse_array)Richard Levitte2019-02-151-0/+7
* Following the license change, modify the boilerplates in include/ and crypto/...Richard Levitte2018-12-061-1/+1
* include/openssl/e_os2.h: define last-resort SSIZE_MAX.Andy Polyakov2018-07-201-0/+2
* Copyright update of more files that have changed this yearRichard Levitte2018-01-191-1/+1
* Cygwin is POSIX, don't say it isn'tRichard Levitte2018-01-181-1/+0
* e_os2.h: Refine OSSL_SSIZE definition under UEFI environmentQin Long2017-04-061-3/+3
* e_os.h: drop now-redundant PRIu64 [and fix OSSLzu].Andy Polyakov2017-03-301-1/+0
* Move PRIu64, OSSLzu to e_os.hRich Salz2017-03-281-23/+0
* Code health: With the VAX C-ism gone, OPENSSL_GLOBAL can be removed tooRichard Levitte2017-02-281-5/+2
* Code health: Remove another VAX C-ism, globaldef and globalrefRichard Levitte2017-02-281-13/+10
* Provide a cross-platform format specifier (OSSLzu) for printing size_tMatt Caswell2016-10-261-0/+11
* OpenBSD has intypes.hMatt Caswell2016-06-181-1/+1
* Fixes to get -ansi workingJeffrey Walton2016-06-081-1/+5
* include/openssl/e_os2.h: fix 'noreturn' pre-processor logic.Andy Polyakov2016-05-271-3/+3
* Fixes non __GNUC__ compilationMat2016-05-181-1/+1
* Make OPENSSL_die as noreturnhesiod2016-05-181-0/+8
* Copyright consolidation 03/10Rich Salz2016-05-171-51/+6
* Remove Netware and OS/2Rich Salz2016-03-171-12/+0
* Remove ultrix/mips support.Rich Salz2016-03-171-1/+1
* RT4334: Check UEFI before __STDC_VERSION__ for <inttypes.h>David Woodhouse2016-02-221-6/+6
* RT4309: Define PRIu64 for UEFI buildDavid Woodhouse2016-02-221-0/+1
* RT4318: Fix OSSL_SSIZE_MAX for UEFI buildDavid Woodhouse2016-02-171-1/+1
* Defines OSSL_SSIZE_MAXRob Percival2016-02-131-0/+4
* fix warnings on 32 bit buildsDr. Stephen Henson2016-02-131-1/+5
* GH601: Various spelling fixes.FdaSilvaYY2016-02-051-2/+2
* Remove extra level of indirection.Rich Salz2016-01-301-8/+6
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Fix DES_LONG breakageViktor Dukhovni2016-01-131-1/+1
* For stroimax need C99 inttypes.hViktor Dukhovni2016-01-131-16/+8
* Fix c++ compilationMat2016-01-091-0/+2
* __STDC_VERSION__ is not defined for c89 compilersRoumen Petrov2015-12-231-2/+4
* Add ossl_inlineDr. Stephen Henson2015-12-221-0/+19
* Address more Windows warnings illuminated by mingw.Andy Polyakov2015-10-061-2/+6
* RT3969: Add OPENSSL_SYS_UEFIDavid Woodhouse2015-09-081-1/+16
* RT3984: Fix clang compiler warning on Mac OS X where %ld is used for uint64_t.Adam Eijdenberg2015-09-011-0/+16