diff options
Diffstat (limited to 'compat.h')
-rw-r--r-- | compat.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/compat.h b/compat.h index 63109a0..4559434 100644 --- a/compat.h +++ b/compat.h @@ -30,8 +30,7 @@ // libcrypto defines these functions if libc doesn't. void explicit_bzero(void *b, size_t len); -#ifndef strlcpy -size_t strlcpy(char *restrict dst, const char *restrict src, size_t dstsize); +#ifndef strlcat size_t strlcat(char *restrict dst, const char *restrict src, size_t dstsize); #endif |