aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/utils/utils.h
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2013-03-28 11:03:26 +0100
committerTobias Brunner <tobias@strongswan.org>2013-06-11 11:03:12 +0200
commit438a6693ca54a782342f27f30faa667a4e6612cc (patch)
treea39b61c3bdd6baede85beaf05cc83e08310a199a /src/libstrongswan/utils/utils.h
parent819c02dbc6e9203cb1f1df8ef76c7a5a5d8c205d (diff)
downloadstrongswan-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.h5
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);