summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/crypto/modes/ccm128.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libssl/src/crypto/modes/ccm128.c')
-rw-r--r--lib/libssl/src/crypto/modes/ccm128.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libssl/src/crypto/modes/ccm128.c b/lib/libssl/src/crypto/modes/ccm128.c
index 241e3a97084..58cc4f44c6a 100644
--- a/lib/libssl/src/crypto/modes/ccm128.c
+++ b/lib/libssl/src/crypto/modes/ccm128.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ccm128.c,v 1.3 2014/06/12 15:49:30 deraadt Exp $ */
+/* $OpenBSD: ccm128.c,v 1.4 2015/02/10 09:46:30 miod Exp $ */
/* ====================================================================
* Copyright (c) 2011 The OpenSSL Project. All rights reserved.
*
@@ -57,7 +57,6 @@
# define NDEBUG
# endif
#endif
-#include <assert.h>
/* First you setup M and L parameters and pass the key schedule.
* This is called once per session setup... */