From 359c5659d3683883ea6b34d8cd1c18f4b00c0327 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Sat, 28 Oct 2006 20:00:56 +0000 Subject: [PATCH] chunk_to_hex() function declaration deleted --- src/libstrongswan/types.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/libstrongswan/types.h b/src/libstrongswan/types.h index 6561fb208..34100d9e8 100644 --- a/src/libstrongswan/types.h +++ b/src/libstrongswan/types.h @@ -222,12 +222,6 @@ bool chunk_equals(chunk_t a, chunk_t b); */ bool chunk_equals_or_null(chunk_t a, chunk_t b); -/** - * Print a chunk in hexadecimal form - * with each byte separated by a colon - */ -void chunk_to_hex(char *buf, size_t buflen, chunk_t chunk); - /** * Clone a data to a newly allocated buffer */