summaryrefslogtreecommitdiff
path: root/src/der.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/der.c')
-rw-r--r--src/der.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/der.c b/src/der.c
index 78a056b90d7e..4bee9f169ebc 100644
--- a/src/der.c
+++ b/src/der.c
@@ -35,7 +35,7 @@
#include "file.h"
#ifndef lint
-FILE_RCSID("@(#)$File: der.c,v 1.20 2020/06/07 19:10:37 christos Exp $")
+FILE_RCSID("@(#)$File: der.c,v 1.21 2020/06/15 00:58:10 christos Exp $")
#endif
#else
#define SIZE_T_FORMAT "z"
@@ -247,7 +247,6 @@ der_data(char *buf, size_t blen, uint32_t tag, const void *q, uint32_t len)
return snprintf(buf, blen,
"20%c%c-%c%c-%c%c %c%c:%c%c:%c%c GMT", d[0], d[1], d[2],
d[3], d[4], d[5], d[6], d[7], d[8], d[9], d[10], d[11]);
- break;
default:
break;
}