lib509.c: update memdebug.h comment

This commit is contained in:
Viktor Szakats 2025-07-08 18:31:56 +02:00
parent e60738c116
commit 3966f8ad64
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -29,9 +29,8 @@
* libcurl and that it works unconditionally no matter how libcurl is built,
* nothing more.
*
* Do not include memdebug.h in this source file, and do not use directly
* memory related functions in this file except those used inside custom
* memory callbacks which should be calling 'the real thing'.
* Make calls in parenthesis as '(malloc)' to avoid memdebug.h redefinitions
* applying to them. The callbacks need to be calling 'the real thing'.
*/
static int seen;