-/* $OpenBSD: pfvar.h,v 1.403 2014/09/08 18:10:01 bluhm Exp $ */
+/* $OpenBSD: pfvar.h,v 1.404 2014/12/19 05:36:28 tedu Exp $ */
/*
* Copyright (c) 2001 Daniel Hartmeier
#define PF_MD5_DIGEST_LENGTH 16
#ifdef MD5_DIGEST_LENGTH
#if PF_MD5_DIGEST_LENGTH != MD5_DIGEST_LENGTH
-#error
+#error md5 digest length mismatch
#endif
#endif
-/* $OpenBSD: ip_carp.h,v 1.31 2014/04/20 14:54:39 henning Exp $ */
+/* $OpenBSD: ip_carp.h,v 1.32 2014/12/19 05:36:28 tedu Exp $ */
/*
* Copyright (c) 2002 Michael Shalayeff. All rights reserved.
#define CARPDEVNAMSIZ 16
#ifdef IFNAMSIZ
#if CARPDEVNAMSIZ != IFNAMSIZ
-#error
+#error namsiz mismatch
#endif
#endif