diff options
author | Tobias Brunner <tobias@strongswan.org> | 2013-03-28 11:03:26 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2013-06-11 11:03:12 +0200 |
commit | 438a6693ca54a782342f27f30faa667a4e6612cc (patch) | |
tree | a39b61c3bdd6baede85beaf05cc83e08310a199a /src/libstrongswan/utils/utils.h | |
parent | 819c02dbc6e9203cb1f1df8ef76c7a5a5d8c205d (diff) | |
download | strongswan-438a6693ca54a782342f27f30faa667a4e6612cc.tar.bz2 strongswan-438a6693ca54a782342f27f30faa667a4e6612cc.tar.xz |
Removed unused clalloc() function
Diffstat (limited to 'src/libstrongswan/utils/utils.h')
-rw-r--r-- | src/libstrongswan/utils/utils.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/libstrongswan/utils/utils.h b/src/libstrongswan/utils/utils.h index 8637c3c82..ff1a007c1 100644 --- a/src/libstrongswan/utils/utils.h +++ b/src/libstrongswan/utils/utils.h @@ -376,11 +376,6 @@ typedef struct timespec timespec_t; typedef struct sockaddr sockaddr_t; /** - * Clone a data to a newly allocated buffer - */ -void *clalloc(void *pointer, size_t size); - -/** * Same as memcpy, but XORs src into dst instead of copy */ void memxor(u_int8_t dest[], u_int8_t src[], size_t n); |