summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryasuoka <>2025-07-16 15:33:05 +0000
committeryasuoka <>2025-07-16 15:33:05 +0000
commit455017d42351f36f1a52da34c413f4540d34de26 (patch)
treee9353fab418a557388413bd77479974677330e88
parentf0234f5a33ecf3b2784f3e73bdf1e937abe56599 (diff)
downloadopenbsd-455017d42351f36f1a52da34c413f4540d34de26.tar.gz
openbsd-455017d42351f36f1a52da34c413f4540d34de26.tar.bz2
openbsd-455017d42351f36f1a52da34c413f4540d34de26.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
-rw-r--r--src/lib/libcrypto/shlib_version2
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!
2major=56 2major=57
3minor=0 3minor=0