X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcutil%2Fsilcstrutil.c;h=1c537c1152f0ef7365916cd7520b5234418b856e;hb=cfb37cd15f7218cce06dc9fb77428623aa29f3a4;hp=5ba4c02e271d22d1a8d4731e8d67a475d22fc69a;hpb=abad9f28dbba9ae729f6aeb5eaaea87cb97a79af;p=silc.git diff --git a/lib/silcutil/silcstrutil.c b/lib/silcutil/silcstrutil.c index 5ba4c02e..1c537c11 100644 --- a/lib/silcutil/silcstrutil.c +++ b/lib/silcutil/silcstrutil.c @@ -170,15 +170,6 @@ unsigned char *silc_pem_decode(unsigned char *pem, SilcUInt32 pem_len, return data; } -#ifndef HAVE_SNPRINTF -/* Outputs string according to the `format'. */ - -int silc_snprintf(char *str, SilcUInt32 size, const char *format, ...) -{ - -} -#endif /* HAVE_SNPRINTF */ - /* Concatenates the `src' into `dest'. If `src_len' is more than the size of the `dest' (minus NULL at the end) the `src' will be truncated to fit. */