diff options
Diffstat (limited to 'lib/crypt-port.h')
-rw-r--r-- | lib/crypt-port.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/crypt-port.h b/lib/crypt-port.h index 995e77b..9b61c9b 100644 --- a/lib/crypt-port.h +++ b/lib/crypt-port.h @@ -177,8 +177,6 @@ extern void explicit_bzero (void *, size_t); function with unsigned char * arguments. */ #define strcpy_or_abort _crypt_strcpy_or_abort extern size_t strcpy_or_abort (void *dst, size_t d_size, const void *src); -#define XCRYPT_STRCPY_OR_ABORT(dst, d_size, src) \ - strcpy_or_abort (dst, d_size, src) /* Define ALIASNAME as a strong alias for NAME. */ |