diff options
author | 2014-04-17 10:28:20 +0000 | |
---|---|---|
committer | 2014-04-17 10:28:20 +0000 | |
commit | 775af817d0f645aa7d6e98558eec9680fdda951d (patch) | |
tree | c8422afaa277c51ef39359c19a01f6eba5248e85 /lib/libssl/src/e_os2.h | |
parent | unistd.h is always in the same place; no need to #include the result of (diff) | |
download | wireguard-openbsd-775af817d0f645aa7d6e98558eec9680fdda951d.tar.xz wireguard-openbsd-775af817d0f645aa7d6e98558eec9680fdda951d.zip |
Do not need to map to another silly name for unistd.h here either
Diffstat (limited to 'lib/libssl/src/e_os2.h')
-rw-r--r-- | lib/libssl/src/e_os2.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libssl/src/e_os2.h b/lib/libssl/src/e_os2.h index 0c6ec49a7aa..39f654074ac 100644 --- a/lib/libssl/src/e_os2.h +++ b/lib/libssl/src/e_os2.h @@ -111,7 +111,6 @@ extern "C" { /* Specials for I/O an exit */ -# define OPENSSL_UNISTD_IO OPENSSL_UNISTD # define OPENSSL_DECLARE_EXIT /* declared in unistd.h */ # define OPENSSL_EXPORT extern # define OPENSSL_IMPORT extern |