diff options
Diffstat (limited to 'lib/libssl/src/crypto/modes/xts128.c')
-rw-r--r-- | lib/libssl/src/crypto/modes/xts128.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libssl/src/crypto/modes/xts128.c b/lib/libssl/src/crypto/modes/xts128.c index e6a0fbb0fa9..3e2378379e0 100644 --- a/lib/libssl/src/crypto/modes/xts128.c +++ b/lib/libssl/src/crypto/modes/xts128.c @@ -1,4 +1,4 @@ -/* $OpenBSD: xts128.c,v 1.5 2014/07/09 16:06:13 miod Exp $ */ +/* $OpenBSD: xts128.c,v 1.6 2015/02/10 09:46:30 miod Exp $ */ /* ==================================================================== * Copyright (c) 2011 The OpenSSL Project. All rights reserved. * @@ -58,7 +58,6 @@ # define NDEBUG # endif #endif -#include <assert.h> int CRYPTO_xts128_encrypt(const XTS128_CONTEXT *ctx, const unsigned char iv[16], const unsigned char *inp, unsigned char *out, |