From fcf68789fc3c3c4235725b71b9a2341eb8eb1614 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Fri, 11 Jul 2014 10:56:03 +0000 Subject: Suspicions confirmed by sthen's searching that nothing uses ossl_ssize_t except embedded openssl's in other trees. --- src/lib/libssl/src/e_os2.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/lib/libssl/src/e_os2.h b/src/lib/libssl/src/e_os2.h index 31aa17fd3b..c812495942 100644 --- a/src/lib/libssl/src/e_os2.h +++ b/src/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 -- cgit v1.2.3-55-g6feb