[openssl/openssl] 594f5e: dtls: BIO_snprintf() to snprintf() in the DTLS ech...
"'Jakub Zelenka' via openssl-commits" <[email protected]>
| Newsgroups | gmane.comp.encryption.openssl.cvs |
|---|---|
| Message-ID | <openssl/openssl/push/refs/heads/master/[email protected]> |
Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: 594f5e09e733a07613d2cc88c70a160cdab3a6a9
https://github.com/openssl/openssl/commit/594f5e09e733a07613d2cc88c70a160cdab3a6a9
Author: Jakub Zelenka <[email protected]>
Date: 2026-08-26 (Wed, 26 Aug 2026)
Changed paths:
M demos/dtlsecho/main.c
M demos/dtlslistenerecho/main.c
Log Message:
-----------
dtls: BIO_snprintf() to snprintf() in the DTLS echo demos
The BIO_snprintf() deprecation series was not rebased over the DTLS
demos before merging, which breaks no-deprecated builds with an
implicit-function-declaration error. Convert the port formatting
calls to snprintf() as done for the other callers in that series.
Assisted-by: Claude:claude-fable-5
Reviewed-by: Dmitry Belyavskiy <[email protected]>
Reviewed-by: Saša Nedvědický <[email protected]>
MergeDate: Wed Aug 26 22:21:52 2026
(Merged from https://github.com/openssl/openssl/pull/32533)
To unsubscribe from these emails, change your notification settings at https://github.com/openssl/openssl/settings/notifications
--
You received this message because you are subscribed to the Google Groups "openssl-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To view this discussion visit https://groups.google.com/a/openssl.org/d/msgid/openssl-commits/openssl/openssl/push/refs/heads/master/c97647-594f5e%40github.com.