mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:41:40 +03:00
- gnutls, mbedtls: fix casing in log messages. - src/tool_cfgable.h: drop unused header. - appveyor.sh: variable style. - cmakelint.sh: sync with libssh2, catch `.cmake.in` explicitly. - examples: drop obsolete comments, exclamation marks. - fix comment typos, casing. Closes #19839
9 lines
232 B
Text
9 lines
232 B
Text
# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
#
|
|
# SPDX-License-Identifier: curl
|
|
|
|
# Possibly not what we want, but cannot test, just silence the warnings
|
|
allowfunc calloc
|
|
allowfunc free
|
|
allowfunc malloc
|
|
allowfunc realloc
|