diff options
author | Andy Polyakov <appro@openssl.org> | 2016-05-01 14:33:19 +0200 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2016-05-19 22:39:52 +0200 |
commit | 6c4be50a5d775866e79b2f58fafb23a862bd38b2 (patch) | |
tree | c8c3c2d6bce8a4d954942883ecae788f45afa1d4 /e_os.h | |
parent | Add assembly CRYPTO_memcmp. (diff) | |
download | openssl-6c4be50a5d775866e79b2f58fafb23a862bd38b2.tar.xz openssl-6c4be50a5d775866e79b2f58fafb23a862bd38b2.zip |
Move Haiku configuration to separate config file to denote
the fact that it's community-supported target.
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'e_os.h')
-rw-r--r-- | e_os.h | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -504,13 +504,6 @@ struct servent *getservbyname(const char *name, const char *proto); # endif /* end vxworks */ -/* haiku */ -# if defined(OPENSSL_SYS_HAIKU) -# include <sys/select.h> -# include <sys/time.h> -# endif -/* end haiku */ - #define OSSL_NELEM(x) (sizeof(x)/sizeof(x[0])) #ifdef __cplusplus |