tidy-up: miscellaneous

- sha256: fix backend priority in comment.
- URLs: link to IETF URLs to the HTML document, to match others.
- VERSIONS.md: use unified date format for recent entries too.
  Ref: ce5d32032f
- GHA/labeler.yml: alpha-sort file masks in a label block.
- tests/server/mqttd: fix call arg list in a disabled function.
- tests/server/mqttd: fix comment.

Closes #21473
This commit is contained in:
Viktor Szakats 2026-04-29 15:27:37 +02:00
parent ceaa5dfba0
commit 91232fc2a2
No known key found for this signature in database
6 changed files with 14 additions and 14 deletions

View file

@ -43,8 +43,8 @@
* 2. USE_WOLFSSL
* 3. USE_GNUTLS
* 4. USE_MBEDTLS
* 5. USE_COMMON_CRYPTO
* 6. USE_WIN32_CRYPTO
* 5. USE_WIN32_CRYPTO
* 6. USE_COMMON_CRYPTO
*
* This ensures that the same SSL branch gets activated throughout this source
* file even if multiple backends are enabled at the same time.