util/mkdef.pl: Add UNIX as a platform
authorRichard Levitte <levitte@openssl.org>
Thu, 29 Jun 2017 19:09:52 +0000 (21:09 +0200)
committerRichard Levitte <levitte@openssl.org>
Thu, 29 Jun 2017 19:21:19 +0000 (21:21 +0200)
commitc2b980d89fa8aa2084206f007ab9879cee4cda4e
treebe059420eaccbc773b258f280b23812136905004
parentde403939a65e3aa581a97aa9a6c60b9d75c3ae8c
util/mkdef.pl: Add UNIX as a platform

This allows us to guard Unix specific functions with
#ifndef / #ifdef OPENSSL_SYS_UNIX

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3804)

(cherry picked from commit 9c06cf04ee9aa6682e6cc635aeb453ac12e641c1)
util/mkdef.pl