CVS: cvs.openbsd.org: src

Kenjiro NAKAYAMA <[email protected]> Thu, 30 Jul 2026 21:59:50 -0600 (MDT)
Newsgroups gmane.os.openbsd.cvs
Message-ID <[email protected]>
CVSROOT:	/cvs
Module name:	src
Changes by:	[email protected]	2026/07/30 21:59:50

Modified files:
	lib/libcrypto/aes: aes.c 
	lib/libcrypto/pem: pem_info.c 
	lib/libcrypto/x509: x509_constraints.c x509_policy.c 
	                    x509_verify.c 
	lib/libssl     : s3_lib.c ssl_tlsext.c tls13_record_layer.c 
	                 tls13_server.c 

Log message:
Make file-local functions static

These functions are only used within their implementation files and do
not need external linkage. Mark them static.

ok tb