--- embedaddon/strongswan/src/libstrongswan/utils/compat/windows.h 2020/06/03 09:46:44 1.1.1.1 +++ embedaddon/strongswan/src/libstrongswan/utils/compat/windows.h 2021/03/17 00:20:08 1.1.1.2 @@ -135,16 +135,6 @@ int WINAPI inet_pton(int af, const char *src, void *ds #endif /** - * Provided by printf hook backend - */ -int asprintf(char **strp, const char *fmt, ...); - -/** - * Provided by printf hook backend - */ -int vasprintf(char **strp, const char *fmt, va_list ap); - -/** * timeradd(3) from */ static inline void timeradd(struct timeval *a, struct timeval *b,