Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1 | /* e_os.h */ |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 3 | * All rights reserved. |
| 4 | * |
| 5 | * This package is an SSL implementation written |
| 6 | * by Eric Young (eay@cryptsoft.com). |
| 7 | * The implementation was written so as to conform with Netscapes SSL. |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 8 | * |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 9 | * This library is free for commercial and non-commercial use as long as |
| 10 | * the following conditions are aheared to. The following conditions |
| 11 | * apply to all code found in this distribution, be it the RC4, RSA, |
| 12 | * lhash, DES, etc., code; not just the SSL code. The SSL documentation |
| 13 | * included with this distribution is covered by the same copyright terms |
| 14 | * except that the holder is Tim Hudson (tjh@cryptsoft.com). |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 15 | * |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 16 | * Copyright remains Eric Young's, and as such any Copyright notices in |
| 17 | * the code are not to be removed. |
| 18 | * If this package is used in a product, Eric Young should be given attribution |
| 19 | * as the author of the parts of the library used. |
| 20 | * This can be in the form of a textual message at program startup or |
| 21 | * in documentation (online or textual) provided with the package. |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 22 | * |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 23 | * Redistribution and use in source and binary forms, with or without |
| 24 | * modification, are permitted provided that the following conditions |
| 25 | * are met: |
| 26 | * 1. Redistributions of source code must retain the copyright |
| 27 | * notice, this list of conditions and the following disclaimer. |
| 28 | * 2. Redistributions in binary form must reproduce the above copyright |
| 29 | * notice, this list of conditions and the following disclaimer in the |
| 30 | * documentation and/or other materials provided with the distribution. |
| 31 | * 3. All advertising materials mentioning features or use of this software |
| 32 | * must display the following acknowledgement: |
| 33 | * "This product includes cryptographic software written by |
| 34 | * Eric Young (eay@cryptsoft.com)" |
| 35 | * The word 'cryptographic' can be left out if the rouines from the library |
| 36 | * being used are not cryptographic related :-). |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 37 | * 4. If you include any Windows specific code (or a derivative thereof) from |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 38 | * the apps directory (application code) you must include an acknowledgement: |
| 39 | * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 40 | * |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 41 | * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND |
| 42 | * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 43 | * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 44 | * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 45 | * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 46 | * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 47 | * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 48 | * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 49 | * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 50 | * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 51 | * SUCH DAMAGE. |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 52 | * |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 53 | * The licence and distribution terms for any publically available version or |
| 54 | * derivative of this code cannot be changed. i.e. this code cannot simply be |
| 55 | * copied and put under another distribution licence |
| 56 | * [including the GNU Public Licence.] |
| 57 | */ |
| 58 | |
| 59 | #ifndef HEADER_E_OS_H |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 60 | # define HEADER_E_OS_H |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 61 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 62 | # include <openssl/opensslconf.h> |
Bodo Möller | 06018c4 | 1999-06-10 08:12:20 +0000 | [diff] [blame] | 63 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 64 | # include <openssl/e_os2.h> |
| 65 | /* |
| 66 | * <openssl/e_os2.h> contains what we can justify to make visible to the |
| 67 | * outside; this file e_os.h is not part of the exported interface. |
| 68 | */ |
Bodo Möller | fa470a8 | 1999-05-15 13:26:11 +0000 | [diff] [blame] | 69 | |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 70 | #ifdef __cplusplus |
| 71 | extern "C" { |
| 72 | #endif |
| 73 | |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 74 | /* Used to checking reference counts, most while doing perl5 stuff :-) */ |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 75 | # ifdef REF_PRINT |
| 76 | # undef REF_PRINT |
| 77 | # define REF_PRINT(a,b) fprintf(stderr,"%08X:%4d:%s\n",(int)b,b->references,a) |
| 78 | # endif |
David Woodhouse | 984d6c6 | 2015-09-11 14:56:32 -0400 | [diff] [blame] | 79 | # if defined(OPENSSL_NO_STDIO) && defined(REF_CHECK) |
| 80 | # error "Cannot have REF_CHECK with no-stdio" |
| 81 | # endif |
| 82 | # if defined(OPENSSL_NO_STDIO) && defined(REF_PRINT) |
| 83 | # error "Cannot have REF_PRINT with no-stdio" |
| 84 | # endif |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 85 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 86 | # ifndef DEVRANDOM |
| 87 | /* |
| 88 | * set this to a comma-separated list of 'random' device files to try out. My |
| 89 | * default, we will try to read at least one of these files |
| 90 | */ |
| 91 | # define DEVRANDOM "/dev/urandom","/dev/random","/dev/srandom" |
| 92 | # endif |
| 93 | # ifndef DEVRANDOM_EGD |
| 94 | /* |
| 95 | * set this to a comma-separated list of 'egd' sockets to try out. These |
| 96 | * sockets will be tried in the order listed in case accessing the device |
| 97 | * files listed in DEVRANDOM did not return enough entropy. |
| 98 | */ |
| 99 | # define DEVRANDOM_EGD "/var/run/egd-pool","/dev/egd-pool","/etc/egd-pool","/etc/entropy" |
| 100 | # endif |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 101 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 102 | # if defined(OPENSSL_SYS_VXWORKS) |
Richard Levitte | 3e83e68 | 2002-02-14 15:37:38 +0000 | [diff] [blame] | 103 | # define NO_SYS_PARAM_H |
| 104 | # define NO_CHMOD |
| 105 | # define NO_SYSLOG |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 106 | # endif |
| 107 | |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 108 | /******************************************************************** |
| 109 | The Microsoft section |
| 110 | ********************************************************************/ |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 111 | # if defined(OPENSSL_SYS_WIN32) && !defined(WIN32) |
Ulf Möller | b838465 | 2000-01-20 23:59:24 +0000 | [diff] [blame] | 112 | # define WIN32 |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 113 | # endif |
| 114 | # if defined(OPENSSL_SYS_WINDOWS) && !defined(WINDOWS) |
Richard Levitte | cf1b7d9 | 2001-02-19 16:06:34 +0000 | [diff] [blame] | 115 | # define WINDOWS |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 116 | # endif |
| 117 | # if defined(OPENSSL_SYS_MSDOS) && !defined(MSDOS) |
Richard Levitte | cf1b7d9 | 2001-02-19 16:06:34 +0000 | [diff] [blame] | 118 | # define MSDOS |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 119 | # endif |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 120 | |
David Woodhouse | 4d60c7e | 2015-09-08 22:51:17 -0400 | [diff] [blame] | 121 | # if (defined(MSDOS) || defined(OPENSSL_SYS_UEFI)) && !defined(GETPID_IS_MEANINGLESS) |
Andy Polyakov | 9a1e34e | 1999-12-19 16:07:19 +0000 | [diff] [blame] | 122 | # define GETPID_IS_MEANINGLESS |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 123 | # endif |
Andy Polyakov | 9a1e34e | 1999-12-19 16:07:19 +0000 | [diff] [blame] | 124 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 125 | # ifdef WIN32 |
| 126 | # define NO_SYS_UN_H |
| 127 | # define get_last_sys_error() GetLastError() |
| 128 | # define clear_sys_error() SetLastError(0) |
| 129 | # if !defined(WINNT) |
| 130 | # define WIN_CONSOLE_BUG |
| 131 | # endif |
| 132 | # else |
| 133 | # define get_last_sys_error() errno |
| 134 | # define clear_sys_error() errno=0 |
| 135 | # endif |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 136 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 137 | # if defined(WINDOWS) |
| 138 | # define get_last_socket_error() WSAGetLastError() |
| 139 | # define clear_socket_error() WSASetLastError(0) |
| 140 | # define readsocket(s,b,n) recv((s),(b),(n),0) |
| 141 | # define writesocket(s,b,n) send((s),(b),(n),0) |
| 142 | # elif defined(__DJGPP__) |
| 143 | # define WATT32 |
| 144 | # define get_last_socket_error() errno |
| 145 | # define clear_socket_error() errno=0 |
| 146 | # define closesocket(s) close_s(s) |
| 147 | # define readsocket(s,b,n) read_s(s,b,n) |
| 148 | # define writesocket(s,b,n) send(s,b,n,0) |
| 149 | # elif defined(OPENSSL_SYS_VMS) |
| 150 | # define get_last_socket_error() errno |
| 151 | # define clear_socket_error() errno=0 |
| 152 | # define ioctlsocket(a,b,c) ioctl(a,b,c) |
| 153 | # define closesocket(s) close(s) |
| 154 | # define readsocket(s,b,n) recv((s),(b),(n),0) |
| 155 | # define writesocket(s,b,n) send((s),(b),(n),0) |
| 156 | # elif defined(OPENSSL_SYS_VXWORKS) |
| 157 | # define get_last_socket_error() errno |
| 158 | # define clear_socket_error() errno=0 |
| 159 | # define ioctlsocket(a,b,c) ioctl((a),(b),(int)(c)) |
| 160 | # define closesocket(s) close(s) |
| 161 | # define readsocket(s,b,n) read((s),(b),(n)) |
| 162 | # define writesocket(s,b,n) write((s),(char *)(b),(n)) |
| 163 | # elif defined(OPENSSL_SYS_NETWARE) |
| 164 | # if defined(NETWARE_BSDSOCK) |
| 165 | # define get_last_socket_error() errno |
| 166 | # define clear_socket_error() errno=0 |
| 167 | # define closesocket(s) close(s) |
| 168 | # define ioctlsocket(a,b,c) ioctl(a,b,c) |
| 169 | # if defined(NETWARE_LIBC) |
| 170 | # define readsocket(s,b,n) recv((s),(b),(n),0) |
| 171 | # define writesocket(s,b,n) send((s),(b),(n),0) |
| 172 | # else |
| 173 | # define readsocket(s,b,n) recv((s),(char*)(b),(n),0) |
| 174 | # define writesocket(s,b,n) send((s),(char*)(b),(n),0) |
| 175 | # endif |
| 176 | # else |
| 177 | # define get_last_socket_error() WSAGetLastError() |
| 178 | # define clear_socket_error() WSASetLastError(0) |
| 179 | # define readsocket(s,b,n) recv((s),(b),(n),0) |
| 180 | # define writesocket(s,b,n) send((s),(b),(n),0) |
| 181 | # endif |
| 182 | # else |
| 183 | # define get_last_socket_error() errno |
| 184 | # define clear_socket_error() errno=0 |
| 185 | # define ioctlsocket(a,b,c) ioctl(a,b,c) |
| 186 | # define closesocket(s) close(s) |
| 187 | # define readsocket(s,b,n) read((s),(b),(n)) |
| 188 | # define writesocket(s,b,n) write((s),(b),(n)) |
| 189 | # endif |
Ralf S. Engelschall | 58964a4 | 1998-12-21 10:56:39 +0000 | [diff] [blame] | 190 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 191 | # if (defined(WINDOWS) || defined(MSDOS)) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 192 | |
Rich Salz | f642ebc | 2014-08-09 08:02:20 -0400 | [diff] [blame] | 193 | # ifdef __DJGPP__ |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 194 | # include <unistd.h> |
| 195 | # include <sys/stat.h> |
| 196 | # include <sys/socket.h> |
| 197 | # include <tcp.h> |
| 198 | # include <netdb.h> |
| 199 | # define _setmode setmode |
| 200 | # define _O_TEXT O_TEXT |
| 201 | # define _O_BINARY O_BINARY |
| 202 | # undef DEVRANDOM |
| 203 | # define DEVRANDOM "/dev/urandom\x24" |
| 204 | # endif /* __DJGPP__ */ |
Rich Salz | f642ebc | 2014-08-09 08:02:20 -0400 | [diff] [blame] | 205 | |
Richard Levitte | 0056ef5 | 2000-03-02 07:42:48 +0000 | [diff] [blame] | 206 | # ifndef S_IFDIR |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 207 | # define S_IFDIR _S_IFDIR |
Richard Levitte | 0056ef5 | 2000-03-02 07:42:48 +0000 | [diff] [blame] | 208 | # endif |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 209 | |
Richard Levitte | 0056ef5 | 2000-03-02 07:42:48 +0000 | [diff] [blame] | 210 | # ifndef S_IFMT |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 211 | # define S_IFMT _S_IFMT |
Richard Levitte | 0056ef5 | 2000-03-02 07:42:48 +0000 | [diff] [blame] | 212 | # endif |
Dr. Stephen Henson | 6e06424 | 1999-03-08 18:41:15 +0000 | [diff] [blame] | 213 | |
Rich Salz | f642ebc | 2014-08-09 08:02:20 -0400 | [diff] [blame] | 214 | # if !defined(WINNT) && !defined(__DJGPP__) |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 215 | # define NO_SYSLOG |
Richard Levitte | 0056ef5 | 2000-03-02 07:42:48 +0000 | [diff] [blame] | 216 | # endif |
| 217 | # define NO_DIRENT |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 218 | |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 219 | # ifdef WINDOWS |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 220 | # if !defined(_WIN32_WCE) && !defined(_WIN32_WINNT) |
Andy Polyakov | e476f94 | 2005-05-21 13:19:27 +0000 | [diff] [blame] | 221 | /* |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 222 | * Defining _WIN32_WINNT here in e_os.h implies certain "discipline." |
| 223 | * Most notably we ought to check for availability of each specific |
| 224 | * routine with GetProcAddress() and/or guard NT-specific calls with |
| 225 | * GetVersion() < 0x80000000. One can argue that in latter "or" case |
| 226 | * we ought to /DELAYLOAD some .DLLs in order to protect ourselves |
| 227 | * against run-time link errors. This doesn't seem to be necessary, |
| 228 | * because it turned out that already Windows 95, first non-NT Win32 |
| 229 | * implementation, is equipped with at least NT 3.51 stubs, dummy |
| 230 | * routines with same name, but which do nothing. Meaning that it's |
| 231 | * apparently sufficient to guard "vanilla" NT calls with GetVersion |
| 232 | * alone, while NT 4.0 and above interfaces ought to be linked with |
| 233 | * GetProcAddress at run-time. |
| 234 | */ |
| 235 | # define _WIN32_WINNT 0x0400 |
| 236 | # endif |
| 237 | # if !defined(OPENSSL_NO_SOCK) && (defined(_WIN32_WINNT) || defined(_WIN32_WCE)) |
Andy Polyakov | 61aa213 | 2006-01-02 13:44:06 +0000 | [diff] [blame] | 238 | /* |
| 239 | * Just like defining _WIN32_WINNT including winsock2.h implies |
Dr. Stephen Henson | 8711efb | 2009-04-20 11:33:12 +0000 | [diff] [blame] | 240 | * certain "discipline" for maintaining [broad] binary compatibility. |
Andy Polyakov | 61aa213 | 2006-01-02 13:44:06 +0000 | [diff] [blame] | 241 | * As long as structures are invariant among Winsock versions, |
| 242 | * it's sufficient to check for specific Winsock2 API availability |
| 243 | * at run-time [DSO_global_lookup is recommended]... |
| 244 | */ |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 245 | # include <winsock2.h> |
| 246 | # include <ws2tcpip.h> |
Dr. Stephen Henson | 8711efb | 2009-04-20 11:33:12 +0000 | [diff] [blame] | 247 | /* yes, they have to be #included prior to <windows.h> */ |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 248 | # endif |
| 249 | # include <windows.h> |
| 250 | # include <stdio.h> |
| 251 | # include <stddef.h> |
| 252 | # include <errno.h> |
| 253 | # if defined(_WIN32_WCE) && !defined(EACCES) |
| 254 | # define EACCES 13 |
| 255 | # endif |
| 256 | # include <string.h> |
| 257 | # ifdef _WIN64 |
| 258 | # define strlen(s) _strlen31(s) |
Andy Polyakov | 1875e6d | 2005-07-05 11:44:45 +0000 | [diff] [blame] | 259 | /* cut strings to 2GB */ |
Andy Polyakov | 55c7a4c | 2014-09-30 21:05:33 +0200 | [diff] [blame] | 260 | static __inline unsigned int _strlen31(const char *str) |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 261 | { |
| 262 | unsigned int len = 0; |
| 263 | while (*str && len < 0x80000000U) |
| 264 | str++, len++; |
| 265 | return len & 0x7FFFFFFF; |
| 266 | } |
| 267 | # endif |
| 268 | # include <malloc.h> |
| 269 | # if defined(_MSC_VER) && _MSC_VER<=1200 && defined(_MT) && defined(isspace) |
Andy Polyakov | e527201 | 2008-12-22 13:54:12 +0000 | [diff] [blame] | 270 | /* compensate for bug in VC6 ctype.h */ |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 271 | # undef isspace |
| 272 | # undef isdigit |
| 273 | # undef isalnum |
| 274 | # undef isupper |
| 275 | # undef isxdigit |
| 276 | # endif |
| 277 | # if defined(_MSC_VER) && !defined(_WIN32_WCE) && !defined(_DLL) && defined(stdin) |
| 278 | # if _MSC_VER>=1300 && _MSC_VER<1600 |
| 279 | # undef stdin |
| 280 | # undef stdout |
| 281 | # undef stderr |
| 282 | FILE *__iob_func(); |
| 283 | # define stdin (&__iob_func()[0]) |
| 284 | # define stdout (&__iob_func()[1]) |
| 285 | # define stderr (&__iob_func()[2]) |
| 286 | # elif _MSC_VER<1300 && defined(I_CAN_LIVE_WITH_LNK4049) |
| 287 | # undef stdin |
| 288 | # undef stdout |
| 289 | # undef stderr |
| 290 | /* |
| 291 | * pre-1300 has __p__iob(), but it's available only in msvcrt.lib, |
| 292 | * or in other words with /MD. Declaring implicit import, i.e. with |
| 293 | * _imp_ prefix, works correctly with all compiler options, but |
| 294 | * without /MD results in LINK warning LNK4049: 'locally defined |
| 295 | * symbol "__iob" imported'. |
Andy Polyakov | e527201 | 2008-12-22 13:54:12 +0000 | [diff] [blame] | 296 | */ |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 297 | extern FILE *_imp___iob; |
| 298 | # define stdin (&_imp___iob[0]) |
| 299 | # define stdout (&_imp___iob[1]) |
| 300 | # define stderr (&_imp___iob[2]) |
Andy Polyakov | e527201 | 2008-12-22 13:54:12 +0000 | [diff] [blame] | 301 | # endif |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 302 | # endif |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 303 | # endif |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 304 | # include <io.h> |
| 305 | # include <fcntl.h> |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 306 | |
Richard Levitte | 0bf23d9 | 2002-11-15 22:37:18 +0000 | [diff] [blame] | 307 | # ifdef OPENSSL_SYS_WINCE |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 308 | # define OPENSSL_NO_POSIX_IO |
Richard Levitte | 0bf23d9 | 2002-11-15 22:37:18 +0000 | [diff] [blame] | 309 | # endif |
| 310 | |
Richard Levitte | 0056ef5 | 2000-03-02 07:42:48 +0000 | [diff] [blame] | 311 | # if defined (__BORLANDC__) |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 312 | # define _setmode setmode |
| 313 | # define _O_TEXT O_TEXT |
| 314 | # define _O_BINARY O_BINARY |
| 315 | # define _int64 __int64 |
| 316 | # define _kbhit kbhit |
Richard Levitte | 0056ef5 | 2000-03-02 07:42:48 +0000 | [diff] [blame] | 317 | # endif |
Ulf Möller | 31a674d | 1999-05-06 00:46:34 +0000 | [diff] [blame] | 318 | |
Andy Polyakov | be7b445 | 2005-12-18 19:11:37 +0000 | [diff] [blame] | 319 | # define EXIT(n) exit(n) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 320 | # define LIST_SEPARATOR_CHAR ';' |
Richard Levitte | 0056ef5 | 2000-03-02 07:42:48 +0000 | [diff] [blame] | 321 | # ifndef X_OK |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 322 | # define X_OK 0 |
Richard Levitte | 0056ef5 | 2000-03-02 07:42:48 +0000 | [diff] [blame] | 323 | # endif |
| 324 | # ifndef W_OK |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 325 | # define W_OK 2 |
Richard Levitte | 0056ef5 | 2000-03-02 07:42:48 +0000 | [diff] [blame] | 326 | # endif |
| 327 | # ifndef R_OK |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 328 | # define R_OK 4 |
Richard Levitte | 0056ef5 | 2000-03-02 07:42:48 +0000 | [diff] [blame] | 329 | # endif |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 330 | # define OPENSSL_CONF "openssl.cnf" |
| 331 | # define SSLEAY_CONF OPENSSL_CONF |
| 332 | # define NUL_DEV "nul" |
| 333 | # define RFILE ".rnd" |
Richard Levitte | 0bf23d9 | 2002-11-15 22:37:18 +0000 | [diff] [blame] | 334 | # ifdef OPENSSL_SYS_WINCE |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 335 | # define DEFAULT_HOME "" |
Richard Levitte | 0bf23d9 | 2002-11-15 22:37:18 +0000 | [diff] [blame] | 336 | # else |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 337 | # define DEFAULT_HOME "C:" |
Richard Levitte | 0bf23d9 | 2002-11-15 22:37:18 +0000 | [diff] [blame] | 338 | # endif |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 339 | |
Matt Caswell | 86d21d0 | 2015-01-09 14:06:36 +0000 | [diff] [blame] | 340 | /* Avoid Visual Studio 13 GetVersion deprecated problems */ |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 341 | # if defined(_MSC_VER) && _MSC_VER>=1800 |
| 342 | # define check_winnt() (1) |
| 343 | # define check_win_minplat(x) (1) |
| 344 | # else |
| 345 | # define check_winnt() (GetVersion() < 0x80000000) |
| 346 | # define check_win_minplat(x) (LOBYTE(LOWORD(GetVersion())) >= (x)) |
| 347 | # endif |
Emilia Kasper | f511b25 | 2014-08-19 13:18:07 +0200 | [diff] [blame] | 348 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 349 | # else /* The non-microsoft world */ |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 350 | |
Richard Levitte | cf1b7d9 | 2001-02-19 16:06:34 +0000 | [diff] [blame] | 351 | # ifdef OPENSSL_SYS_VMS |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 352 | # define VMS 1 |
| 353 | /* |
| 354 | * some programs don't include stdlib, so exit() and others give implicit |
| 355 | * function warnings |
| 356 | */ |
| 357 | # include <stdlib.h> |
| 358 | # if defined(__DECC) |
| 359 | # include <unistd.h> |
| 360 | # else |
| 361 | # include <unixlib.h> |
| 362 | # endif |
| 363 | # define OPENSSL_CONF "openssl.cnf" |
| 364 | # define SSLEAY_CONF OPENSSL_CONF |
| 365 | # define RFILE ".rnd" |
| 366 | # define LIST_SEPARATOR_CHAR ',' |
| 367 | # define NUL_DEV "NLA0:" |
Richard Levitte | 0c61e29 | 2001-01-08 10:59:26 +0000 | [diff] [blame] | 368 | /* We don't have any well-defined random devices on VMS, yet... */ |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 369 | # undef DEVRANDOM |
Tim Hudson | 1d97c84 | 2014-12-28 12:48:40 +1000 | [diff] [blame] | 370 | /*- |
| 371 | We need to do this since VMS has the following coding on status codes: |
Richard Levitte | 511e596 | 2000-03-17 09:25:36 +0000 | [diff] [blame] | 372 | |
| 373 | Bits 0-2: status type: 0 = warning, 1 = success, 2 = error, 3 = info ... |
| 374 | The important thing to know is that odd numbers are considered |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 375 | good, while even ones are considered errors. |
Richard Levitte | 511e596 | 2000-03-17 09:25:36 +0000 | [diff] [blame] | 376 | Bits 3-15: actual status number |
| 377 | Bits 16-27: facility number. 0 is considered "unknown" |
| 378 | Bits 28-31: control bits. If bit 28 is set, the shell won't try to |
| 379 | output the message (which, for random codes, just looks ugly) |
| 380 | |
| 381 | So, what we do here is to change 0 to 1 to get the default success status, |
| 382 | and everything else is shifted up to fit into the status number field, and |
| 383 | the status is tagged as an error, which I believe is what is wanted here. |
| 384 | -- Richard Levitte |
| 385 | */ |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 386 | # define EXIT(n) do { int __VMS_EXIT = n; \ |
Richard Levitte | 511e596 | 2000-03-17 09:25:36 +0000 | [diff] [blame] | 387 | if (__VMS_EXIT == 0) \ |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 388 | __VMS_EXIT = 1; \ |
| 389 | else \ |
| 390 | __VMS_EXIT = (n << 3) | 2; \ |
Ulf Möller | 7d7d2cb | 1999-05-13 11:37:32 +0000 | [diff] [blame] | 391 | __VMS_EXIT |= 0x10000000; \ |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 392 | exit(__VMS_EXIT); } while(0) |
| 393 | # define NO_SYS_PARAM_H |
Richard Levitte | c168a02 | 2015-01-29 13:07:53 +0100 | [diff] [blame] | 394 | # define NO_SYS_UN_H |
Richard Levitte | 4d8743f | 2003-11-28 13:10:58 +0000 | [diff] [blame] | 395 | |
| 396 | # elif defined(OPENSSL_SYS_NETWARE) |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 397 | # include <fcntl.h> |
| 398 | # include <unistd.h> |
| 399 | # define NO_SYS_TYPES_H |
| 400 | # undef DEVRANDOM |
| 401 | # ifdef NETWARE_CLIB |
| 402 | # define getpid GetThreadID |
| 403 | extern int GetThreadID(void); |
Dr. Stephen Henson | eef0c1f | 2008-01-03 22:43:04 +0000 | [diff] [blame] | 404 | /* # include <conio.h> */ |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 405 | extern int kbhit(void); |
| 406 | # else |
| 407 | # include <screen.h> |
| 408 | # endif |
| 409 | # define NO_SYSLOG |
| 410 | # define _setmode setmode |
| 411 | # define _kbhit kbhit |
| 412 | # define _O_TEXT O_TEXT |
| 413 | # define _O_BINARY O_BINARY |
| 414 | # define OPENSSL_CONF "openssl.cnf" |
| 415 | # define SSLEAY_CONF OPENSSL_CONF |
| 416 | # define RFILE ".rnd" |
| 417 | # define LIST_SEPARATOR_CHAR ';' |
| 418 | # define EXIT(n) { if (n) printf("ERROR: %d\n", (int)n); exit(n); } |
Richard Levitte | 4d8743f | 2003-11-28 13:10:58 +0000 | [diff] [blame] | 419 | |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 420 | # else |
Bodo Möller | 06018c4 | 1999-06-10 08:12:20 +0000 | [diff] [blame] | 421 | /* !defined VMS */ |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 422 | # ifdef OPENSSL_UNISTD |
| 423 | # include OPENSSL_UNISTD |
| 424 | # else |
| 425 | # include <unistd.h> |
| 426 | # endif |
| 427 | # ifndef NO_SYS_TYPES_H |
| 428 | # include <sys/types.h> |
| 429 | # endif |
| 430 | # ifdef OPENSSL_SYS_WIN32_CYGWIN |
| 431 | # include <io.h> |
| 432 | # include <fcntl.h> |
| 433 | # endif |
Ulf Möller | 7d7d2cb | 1999-05-13 11:37:32 +0000 | [diff] [blame] | 434 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 435 | # define OPENSSL_CONF "openssl.cnf" |
| 436 | # define SSLEAY_CONF OPENSSL_CONF |
| 437 | # define RFILE ".rnd" |
| 438 | # define LIST_SEPARATOR_CHAR ':' |
| 439 | # define NUL_DEV "/dev/null" |
| 440 | # define EXIT(n) exit(n) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 441 | # endif |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 442 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 443 | # define SSLeay_getpid() getpid() |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 444 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 445 | # endif |
Ulf Möller | 7d7d2cb | 1999-05-13 11:37:32 +0000 | [diff] [blame] | 446 | |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 447 | /*************/ |
| 448 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 449 | # if defined(OPENSSL_NO_SOCK) && !defined(OPENSSL_NO_DGRAM) |
Rich Salz | be0bd11 | 2014-09-04 17:15:42 -0400 | [diff] [blame] | 450 | # define OPENSSL_NO_DGRAM |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 451 | # endif |
Rich Salz | be0bd11 | 2014-09-04 17:15:42 -0400 | [diff] [blame] | 452 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 453 | # ifdef USE_SOCKETS |
Richard Levitte | 8d6e604 | 2002-11-14 11:22:01 +0000 | [diff] [blame] | 454 | # if defined(WINDOWS) || defined(MSDOS) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 455 | /* windows world */ |
| 456 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 457 | # ifdef OPENSSL_NO_SOCK |
| 458 | # define SSLeay_Write(a,b,c) (-1) |
| 459 | # define SSLeay_Read(a,b,c) (-1) |
| 460 | # define SHUTDOWN(fd) close(fd) |
| 461 | # define SHUTDOWN2(fd) close(fd) |
| 462 | # elif !defined(__DJGPP__) |
| 463 | # if defined(_WIN32_WCE) && _WIN32_WCE<410 |
| 464 | # define getservbyname _masked_declaration_getservbyname |
| 465 | # endif |
| 466 | # if !defined(IPPROTO_IP) |
Andy Polyakov | a6efc2d | 2006-10-23 07:41:05 +0000 | [diff] [blame] | 467 | /* winsock[2].h was included already? */ |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 468 | # include <winsock.h> |
| 469 | # endif |
| 470 | # ifdef getservbyname |
| 471 | # undef getservbyname |
Andy Polyakov | 63d3a9c | 2005-11-09 17:19:38 +0000 | [diff] [blame] | 472 | /* this is used to be wcecompat/include/winsock_extras.h */ |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 473 | struct servent *PASCAL getservbyname(const char *, const char *); |
| 474 | # endif |
Andy Polyakov | 63d3a9c | 2005-11-09 17:19:38 +0000 | [diff] [blame] | 475 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 476 | # ifdef _WIN64 |
Andy Polyakov | 1875e6d | 2005-07-05 11:44:45 +0000 | [diff] [blame] | 477 | /* |
| 478 | * Even though sizeof(SOCKET) is 8, it's safe to cast it to int, because |
| 479 | * the value constitutes an index in per-process table of limited size |
Andy Polyakov | b13fdc4 | 2015-09-30 10:15:03 +0200 | [diff] [blame^] | 480 | * and not a real pointer. And we also depend on fact that all processors |
| 481 | * Windows run on happen to be two's-complement, which allows to |
| 482 | * interchange INVALID_SOCKET and -1. |
Andy Polyakov | 1875e6d | 2005-07-05 11:44:45 +0000 | [diff] [blame] | 483 | */ |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 484 | # define socket(d,t,p) ((int)socket(d,t,p)) |
| 485 | # define accept(s,f,l) ((int)accept(s,f,l)) |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 486 | # endif |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 487 | # define SSLeay_Write(a,b,c) send((a),(b),(c),0) |
| 488 | # define SSLeay_Read(a,b,c) recv((a),(b),(c),0) |
| 489 | # define SHUTDOWN(fd) { shutdown((fd),0); closesocket(fd); } |
| 490 | # define SHUTDOWN2(fd) { shutdown((fd),2); closesocket(fd); } |
| 491 | # else |
| 492 | # define SSLeay_Write(a,b,c) write_s(a,b,c,0) |
| 493 | # define SSLeay_Read(a,b,c) read_s(a,b,c) |
| 494 | # define SHUTDOWN(fd) close_s(fd) |
| 495 | # define SHUTDOWN2(fd) close_s(fd) |
| 496 | # endif |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 497 | |
Richard Levitte | 4d8743f | 2003-11-28 13:10:58 +0000 | [diff] [blame] | 498 | # elif defined(OPENSSL_SYS_NETWARE) |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 499 | /* |
| 500 | * NetWare uses the WinSock2 interfaces by default, but can be |
| 501 | * configured for BSD |
| 502 | */ |
| 503 | # if defined(NETWARE_BSDSOCK) |
| 504 | # include <sys/socket.h> |
| 505 | # include <netinet/in.h> |
| 506 | # include <sys/time.h> |
| 507 | # if defined(NETWARE_CLIB) |
| 508 | # include <sys/bsdskt.h> |
| 509 | # else |
| 510 | # include <sys/select.h> |
| 511 | # endif |
| 512 | # define INVALID_SOCKET (int)(~0) |
| 513 | # else |
| 514 | # include <novsock2.h> |
| 515 | # endif |
| 516 | # define SSLeay_Write(a,b,c) send((a),(b),(c),0) |
| 517 | # define SSLeay_Read(a,b,c) recv((a),(b),(c),0) |
| 518 | # define SHUTDOWN(fd) { shutdown((fd),0); closesocket(fd); } |
| 519 | # define SHUTDOWN2(fd) { shutdown((fd),2); closesocket(fd); } |
Richard Levitte | 4d8743f | 2003-11-28 13:10:58 +0000 | [diff] [blame] | 520 | |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 521 | # else |
| 522 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 523 | # ifndef NO_SYS_PARAM_H |
| 524 | # include <sys/param.h> |
| 525 | # endif |
| 526 | # ifdef OPENSSL_SYS_VXWORKS |
| 527 | # include <time.h> |
| 528 | # endif |
Ulf Möller | 7d7d2cb | 1999-05-13 11:37:32 +0000 | [diff] [blame] | 529 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 530 | # include <netdb.h> |
| 531 | # if defined(OPENSSL_SYS_VMS_NODECC) |
| 532 | # include <socket.h> |
| 533 | # include <in.h> |
| 534 | # include <inet.h> |
| 535 | # else |
| 536 | # include <sys/socket.h> |
| 537 | # ifndef NO_SYS_UN_H |
| 538 | # ifdef OPENSSL_SYS_VXWORKS |
| 539 | # include <streams/un.h> |
| 540 | # else |
| 541 | # include <sys/un.h> |
| 542 | # endif |
| 543 | # ifndef UNIX_PATH_MAX |
| 544 | # define UNIX_PATH_MAX sizeof(((struct sockaddr_un *)NULL)->sun_path) |
| 545 | # endif |
| 546 | # endif |
| 547 | # ifdef FILIO_H |
| 548 | # include <sys/filio.h> /* Added for FIONBIO under unixware */ |
| 549 | # endif |
| 550 | # include <netinet/in.h> |
| 551 | # include <arpa/inet.h> |
| 552 | # endif |
| 553 | |
| 554 | # ifdef OPENSSL_SYS_AIX |
| 555 | # include <sys/select.h> |
| 556 | # endif |
| 557 | |
| 558 | # ifdef __QNX__ |
| 559 | # include <sys/select.h> |
| 560 | # endif |
| 561 | |
| 562 | # if defined(sun) |
| 563 | # include <sys/filio.h> |
| 564 | # else |
| 565 | # ifndef VMS |
| 566 | # include <sys/ioctl.h> |
Ulf Möller | 7d7d2cb | 1999-05-13 11:37:32 +0000 | [diff] [blame] | 567 | # else |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 568 | /* ioctl is only in VMS > 7.0 and when socketshr is not used */ |
| 569 | # if !defined(TCPIP_TYPE_SOCKETSHR) && defined(__VMS_VER) && (__VMS_VER > 70000000) |
| 570 | # include <sys/ioctl.h> |
| 571 | # endif |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 572 | # endif |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 573 | # endif |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 574 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 575 | # ifdef VMS |
| 576 | # include <unixio.h> |
| 577 | # if defined(TCPIP_TYPE_SOCKETSHR) |
| 578 | # include <socketshr.h> |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 579 | # endif |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 580 | # endif |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 581 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 582 | # define SSLeay_Read(a,b,c) read((a),(b),(c)) |
| 583 | # define SSLeay_Write(a,b,c) write((a),(b),(c)) |
| 584 | # define SHUTDOWN(fd) { shutdown((fd),0); closesocket((fd)); } |
| 585 | # define SHUTDOWN2(fd) { shutdown((fd),2); closesocket((fd)); } |
| 586 | # ifndef INVALID_SOCKET |
| 587 | # define INVALID_SOCKET (-1) |
| 588 | # endif /* INVALID_SOCKET */ |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 589 | # endif |
Dr. Stephen Henson | a6dab87 | 2009-08-26 15:15:15 +0000 | [diff] [blame] | 590 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 591 | /* |
| 592 | * Some IPv6 implementations are broken, disable them in known bad versions. |
Dr. Stephen Henson | a6dab87 | 2009-08-26 15:15:15 +0000 | [diff] [blame] | 593 | */ |
| 594 | # if !defined(OPENSSL_USE_IPV6) |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 595 | # if defined(AF_INET6) && !defined(NETWARE_CLIB) |
| 596 | # define OPENSSL_USE_IPV6 1 |
| 597 | # else |
| 598 | # define OPENSSL_USE_IPV6 0 |
| 599 | # endif |
Dr. Stephen Henson | a6dab87 | 2009-08-26 15:15:15 +0000 | [diff] [blame] | 600 | # endif |
| 601 | |
Richard Levitte | 1c3e4a3 | 2002-12-03 16:33:03 +0000 | [diff] [blame] | 602 | # endif |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 603 | |
| 604 | # if defined(sun) && !defined(__svr4__) && !defined(__SVR4) |
| 605 | /* include headers first, so our defines don't break it */ |
| 606 | # include <stdlib.h> |
| 607 | # include <string.h> |
| 608 | /* bcopy can handle overlapping moves according to SunOS 4.1.4 manpage */ |
| 609 | # define memmove(s1,s2,n) bcopy((s2),(s1),(n)) |
| 610 | # define strtoul(s,e,b) ((unsigned long int)strtol((s),(e),(b))) |
| 611 | extern char *sys_errlist[]; |
| 612 | extern int sys_nerr; |
| 613 | # define strerror(errnum) \ |
| 614 | (((errnum)<0 || (errnum)>=sys_nerr) ? NULL : sys_errlist[errnum]) |
| 615 | /* Being signed SunOS 4.x memcpy breaks ASN1_OBJECT table lookup */ |
Richard Levitte | 6857079 | 2015-05-14 14:54:49 +0200 | [diff] [blame] | 616 | # include "internal/o_str.h" |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 617 | # define memcmp OPENSSL_memcmp |
| 618 | # endif |
| 619 | |
| 620 | # ifndef OPENSSL_EXIT |
| 621 | # if defined(MONOLITH) && !defined(OPENSSL_C) |
| 622 | # define OPENSSL_EXIT(n) return(n) |
| 623 | # else |
| 624 | # define OPENSSL_EXIT(n) do { EXIT(n); return(n); } while(0) |
| 625 | # endif |
| 626 | # endif |
Richard Levitte | 1c3e4a3 | 2002-12-03 16:33:03 +0000 | [diff] [blame] | 627 | |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 628 | /***********************************************/ |
| 629 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 630 | # if defined(OPENSSL_SYS_WINDOWS) |
Richard Levitte | e6fa67f | 2003-09-09 14:48:36 +0000 | [diff] [blame] | 631 | # define strcasecmp _stricmp |
| 632 | # define strncasecmp _strnicmp |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 633 | # elif defined(OPENSSL_SYS_VMS) |
Richard Levitte | e6fa67f | 2003-09-09 14:48:36 +0000 | [diff] [blame] | 634 | /* VMS below version 7.0 doesn't have strcasecmp() */ |
Richard Levitte | 6857079 | 2015-05-14 14:54:49 +0200 | [diff] [blame] | 635 | # include "internal/o_str.h" |
Richard Levitte | e6fa67f | 2003-09-09 14:48:36 +0000 | [diff] [blame] | 636 | # define strcasecmp OPENSSL_strcasecmp |
| 637 | # define strncasecmp OPENSSL_strncasecmp |
Andy Polyakov | e6d27ba | 2005-01-13 15:46:09 +0000 | [diff] [blame] | 638 | # define OPENSSL_IMPLEMENTS_strncasecmp |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 639 | # elif defined(OPENSSL_SYS_OS2) && defined(__EMX__) |
Richard Levitte | e6fa67f | 2003-09-09 14:48:36 +0000 | [diff] [blame] | 640 | # define strcasecmp stricmp |
| 641 | # define strncasecmp strnicmp |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 642 | # elif defined(OPENSSL_SYS_NETWARE) |
Dr. Stephen Henson | eef0c1f | 2008-01-03 22:43:04 +0000 | [diff] [blame] | 643 | # include <string.h> |
| 644 | # if defined(NETWARE_CLIB) |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 645 | # define strcasecmp stricmp |
| 646 | # define strncasecmp strnicmp |
| 647 | # endif /* NETWARE_CLIB */ |
| 648 | # endif |
Richard Levitte | e6fa67f | 2003-09-09 14:48:36 +0000 | [diff] [blame] | 649 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 650 | # if defined(OPENSSL_SYS_OS2) && defined(__EMX__) |
| 651 | # include <io.h> |
| 652 | # include <fcntl.h> |
| 653 | # define NO_SYSLOG |
| 654 | # endif |
Richard Levitte | 3bfd99b | 2001-07-02 20:41:05 +0000 | [diff] [blame] | 655 | |
Richard Levitte | 6a89a25 | 2002-10-09 13:40:48 +0000 | [diff] [blame] | 656 | /* vxworks */ |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 657 | # if defined(OPENSSL_SYS_VXWORKS) |
| 658 | # include <ioLib.h> |
| 659 | # include <tickLib.h> |
| 660 | # include <sysLib.h> |
Richard Levitte | 6a89a25 | 2002-10-09 13:40:48 +0000 | [diff] [blame] | 661 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 662 | # define TTY_STRUCT int |
Richard Levitte | 6a89a25 | 2002-10-09 13:40:48 +0000 | [diff] [blame] | 663 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 664 | # define sleep(a) taskDelay((a) * sysClkRateGet()) |
Richard Levitte | 6a89a25 | 2002-10-09 13:40:48 +0000 | [diff] [blame] | 665 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 666 | # include <vxWorks.h> |
| 667 | # include <sockLib.h> |
| 668 | # include <taskLib.h> |
Richard Levitte | 6a89a25 | 2002-10-09 13:40:48 +0000 | [diff] [blame] | 669 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 670 | # define getpid taskIdSelf |
Richard Levitte | 6a89a25 | 2002-10-09 13:40:48 +0000 | [diff] [blame] | 671 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 672 | /* |
| 673 | * NOTE: these are implemented by helpers in database app! if the database is |
| 674 | * not linked, we need to implement them elswhere |
| 675 | */ |
Richard Levitte | 6a89a25 | 2002-10-09 13:40:48 +0000 | [diff] [blame] | 676 | struct hostent *gethostbyname(const char *name); |
| 677 | struct hostent *gethostbyaddr(const char *addr, int length, int type); |
| 678 | struct servent *getservbyname(const char *name, const char *proto); |
| 679 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 680 | # endif |
Richard Levitte | 6a89a25 | 2002-10-09 13:40:48 +0000 | [diff] [blame] | 681 | /* end vxworks */ |
| 682 | |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 683 | # if !defined(inline) && !defined(__cplusplus) |
| 684 | # if defined(__STDC_VERSION__) && __STDC_VERSION__>=199901L |
Andy Polyakov | 40155f4 | 2014-09-25 00:32:56 +0200 | [diff] [blame] | 685 | /* do nothing, inline works */ |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 686 | # elif defined(__GNUC__) && __GNUC__>=2 |
| 687 | # define inline __inline__ |
| 688 | # elif defined(_MSC_VER) |
Andy Polyakov | 40155f4 | 2014-09-25 00:32:56 +0200 | [diff] [blame] | 689 | /* |
| 690 | * Visual Studio: inline is available in C++ only, however |
| 691 | * __inline is available for C, see |
| 692 | * http://msdn.microsoft.com/en-us/library/z8y1yy88.aspx |
| 693 | */ |
Matt Caswell | 0f113f3 | 2015-01-22 03:40:55 +0000 | [diff] [blame] | 694 | # define inline __inline |
| 695 | # else |
| 696 | # define inline |
| 697 | # endif |
Andy Polyakov | 40155f4 | 2014-09-25 00:32:56 +0200 | [diff] [blame] | 698 | # endif |
Ulf Möller | 4700aea | 2006-04-11 21:34:21 +0000 | [diff] [blame] | 699 | |
Dr. Stephen Henson | b6eb982 | 2015-05-02 18:30:00 +0100 | [diff] [blame] | 700 | #define OSSL_NELEM(x) (sizeof(x)/sizeof(x[0])) |
| 701 | |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 702 | #ifdef __cplusplus |
| 703 | } |
| 704 | #endif |
| 705 | |
| 706 | #endif |