aboutsummaryrefslogtreecommitdiffstats
path: root/cram.c
diff options
context:
space:
mode:
Diffstat (limited to 'cram.c')
-rw-r--r--cram.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/cram.c b/cram.c
index e17b7147..548b542b 100644
--- a/cram.c
+++ b/cram.c
@@ -114,11 +114,7 @@ int do_cram_md5 (int sock, char *command, struct query *ctl, char *strip)
msg_id, strlen (msg_id),
response, sizeof (response));
-#ifdef HAVE_SNPRINTF
snprintf (reply, sizeof(reply),
-#else
- sprintf(reply,
-#endif
"%s %02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x",
ctl->remotename,
response[0], response[1], response[2], response[3],