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)
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)


No differences found