diff options
author | 2014-07-11 10:56:03 +0000 | |
---|---|---|
committer | 2014-07-11 10:56:03 +0000 | |
commit | 3c03d3c6f2c588c40514298942e1569a2181fc58 (patch) | |
tree | 72b4ddbe34b223bf04bad84af07b46b64d0181fc /lib/libssl/src/e_os2.h | |
parent | CPU_BUSY_CYCLE(): A new MI statement for busy loop power reduction (diff) | |
download | wireguard-openbsd-3c03d3c6f2c588c40514298942e1569a2181fc58.tar.xz wireguard-openbsd-3c03d3c6f2c588c40514298942e1569a2181fc58.zip |
Suspicions confirmed by sthen's searching that nothing uses ossl_ssize_t
except embedded openssl's in other trees.
Diffstat (limited to 'lib/libssl/src/e_os2.h')
-rw-r--r-- | lib/libssl/src/e_os2.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libssl/src/e_os2.h b/lib/libssl/src/e_os2.h index 31aa17fd3b9..c8124959420 100644 --- a/lib/libssl/src/e_os2.h +++ b/lib/libssl/src/e_os2.h @@ -1,4 +1,4 @@ -/* $OpenBSD: e_os2.h,v 1.18 2014/07/11 09:36:34 jsing Exp $ */ +/* $OpenBSD: e_os2.h,v 1.19 2014/07/11 10:56:03 deraadt Exp $ */ /* ==================================================================== * Copyright (c) 1998-2000 The OpenSSL Project. All rights reserved. * @@ -74,8 +74,6 @@ extern "C" { #define OPENSSL_DECLARE_GLOBAL(type,name) OPENSSL_EXPORT type _shadow_##name #define OPENSSL_GLOBAL_REF(name) _shadow_##name -#define ossl_ssize_t ssize_t - #ifdef __cplusplus } #endif |