aboutsummaryrefslogtreecommitdiffstats
path: root/common/b64dec.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/b64dec.c')
-rw-r--r--common/b64dec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/b64dec.c b/common/b64dec.c
index 74cf93351..6af494b79 100644
--- a/common/b64dec.c
+++ b/common/b64dec.c
@@ -118,6 +118,7 @@ b64dec_proc (struct b64state *state, void *buffer, size_t length,
break;
case s_init:
ds = s_lfseen;
+ /* fall through */
case s_lfseen:
if (*s != "-----BEGIN "[pos])
{