diff options
author | yasuoka <> | 2025-07-16 15:33:05 +0000 |
---|---|---|
committer | yasuoka <> | 2025-07-16 15:33:05 +0000 |
commit | 61e1d1944ec52778ab3731524e5e48e734ff1421 (patch) | |
tree | e9353fab418a557388413bd77479974677330e88 /src | |
parent | 55a6fa359c711ca58fdf4ab2e45fb4d6e5ee0265 (diff) | |
download | openbsd-61e1d1944ec52778ab3731524e5e48e734ff1421.tar.gz openbsd-61e1d1944ec52778ab3731524e5e48e734ff1421.tar.bz2 openbsd-61e1d1944ec52778ab3731524e5e48e734ff1421.zip |
Make the FILE object opaque. Move the __sFILE definition into
libc/hidden/_stdio.h. All programs that refer to the internal
structure of the FILE object can't be compiled from now on.
std{in,out,err} doesn't refer __sF[] now, but the hidden __sF along
with __srget and __swbuf symbols are kept temporarily to make our
transition easier. But those symbols will be deleted soon. The shared
library versions are bumped for libc and all the other libraries that
refer to std{in,out,err}.
diff from guenther, tweak by me, tested by many
ok sthen tb
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/shlib_version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/shlib_version b/src/lib/libcrypto/shlib_version index a5cb76dd4f..79adf54372 100644 --- a/src/lib/libcrypto/shlib_version +++ b/src/lib/libcrypto/shlib_version | |||
@@ -1,3 +1,3 @@ | |||
1 | # Don't forget to give libssl and libtls the same type of bump! | 1 | # Don't forget to give libssl and libtls the same type of bump! |
2 | major=56 | 2 | major=57 |
3 | minor=0 | 3 | minor=0 |