summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/krb/crypto_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/crypto/krb/crypto_int.h')
-rw-r--r--src/lib/crypto/krb/crypto_int.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/crypto/krb/crypto_int.h b/src/lib/crypto/krb/crypto_int.h
index fa20cc526e..77da87de6a 100644
--- a/src/lib/crypto/krb/crypto_int.h
+++ b/src/lib/crypto/krb/crypto_int.h
@@ -321,8 +321,9 @@ krb5_error_code krb5int_confounder_verify(const struct krb5_cksumtypes *ctp,
/*** Key derivation functions ***/
enum deriv_alg {
- DERIVE_RFC3961, /* RFC 3961 section 5.1 */
+ DERIVE_RFC3961 /* RFC 3961 section 5.1 */
#ifdef CAMELLIA
+ , /* C90 doesn't let enum list end w/comma */
DERIVE_SP800_108_CMAC /* NIST SP 800-108 with CMAC as PRF */
#endif
};