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:19:53 +0000 (21:19 +0200)
commit9c06cf04ee9aa6682e6cc635aeb453ac12e641c1
tree6e2b1a181994f66c4acc58221a8c85218d371477
parent7807267bedb3b5ad18bce7ef2b984028fd0b7510
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)
util/mkdef.pl