crypto: authencesn - fix weird comma-terminated line
authorEric Biggers <ebiggers@google.com>
Wed, 26 Feb 2020 04:59:13 +0000 (20:59 -0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 6 Mar 2020 01:28:22 +0000 (12:28 +1100)
commitd1dc4df1fe21df4f83b8aa7997310480df72eddc
tree24f5ede47ebec6782f8de23de8686c6a28ee16dd
parentbaaa30fa6166279e34fea8a1c9f08a7bdcdda2e5
crypto: authencesn - fix weird comma-terminated line

Fix a weird case where a line was terminated by a comma rather than a
semicolon, causing the statement to be continued on the next line.
Fortunately the code still behaved as intended, though.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/authencesn.c