diff options
author | deraadt <> | 2014-07-11 10:56:03 +0000 |
---|---|---|
committer | deraadt <> | 2014-07-11 10:56:03 +0000 |
commit | fcf68789fc3c3c4235725b71b9a2341eb8eb1614 (patch) | |
tree | 7b6ffd065ee3eec7af8991318dc17c3dbe3ce9e5 /src/lib | |
parent | 8b5f82e7321e0a687676af525e7afe4e5b56af9c (diff) | |
download | openbsd-fcf68789fc3c3c4235725b71b9a2341eb8eb1614.tar.gz openbsd-fcf68789fc3c3c4235725b71b9a2341eb8eb1614.tar.bz2 openbsd-fcf68789fc3c3c4235725b71b9a2341eb8eb1614.zip |
Suspicions confirmed by sthen's searching that nothing uses ossl_ssize_t
except embedded openssl's in other trees.
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libssl/src/e_os2.h | 4 |
1 files changed, 1 insertions, 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 @@ | |||
1 | /* $OpenBSD: e_os2.h,v 1.18 2014/07/11 09:36:34 jsing Exp $ */ | 1 | /* $OpenBSD: e_os2.h,v 1.19 2014/07/11 10:56:03 deraadt Exp $ */ |
2 | /* ==================================================================== | 2 | /* ==================================================================== |
3 | * Copyright (c) 1998-2000 The OpenSSL Project. All rights reserved. | 3 | * Copyright (c) 1998-2000 The OpenSSL Project. All rights reserved. |
4 | * | 4 | * |
@@ -74,8 +74,6 @@ extern "C" { | |||
74 | #define OPENSSL_DECLARE_GLOBAL(type,name) OPENSSL_EXPORT type _shadow_##name | 74 | #define OPENSSL_DECLARE_GLOBAL(type,name) OPENSSL_EXPORT type _shadow_##name |
75 | #define OPENSSL_GLOBAL_REF(name) _shadow_##name | 75 | #define OPENSSL_GLOBAL_REF(name) _shadow_##name |
76 | 76 | ||
77 | #define ossl_ssize_t ssize_t | ||
78 | |||
79 | #ifdef __cplusplus | 77 | #ifdef __cplusplus |
80 | } | 78 | } |
81 | #endif | 79 | #endif |