summaryrefslogtreecommitdiffstats
path: root/crypto/modes/cts128.c
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2010-05-04 19:23:02 +0000
committerAndy Polyakov <appro@openssl.org>2010-05-04 19:23:02 +0000
commitf472ec8c2f354314d278e11be567b43630acf090 (patch)
tree24e207ad6d35b9e545289f26053527e2449deadf /crypto/modes/cts128.c
parent8a682556b49c04dc646e321d0e5cbb252fa8f526 (diff)
"Jumbo" update for crypto/modes:
- introduce common modes_lcl.h; - ctr128.c: implement additional CRYPTO_ctr128_encrypt_ctr32 interface; - gcm128.c: add omitted ARM initialization, remove ctx.ctr;
Diffstat (limited to 'crypto/modes/cts128.c')
-rw-r--r--crypto/modes/cts128.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/modes/cts128.c b/crypto/modes/cts128.c
index 450ea44a92..3348450450 100644
--- a/crypto/modes/cts128.c
+++ b/crypto/modes/cts128.c
@@ -5,7 +5,7 @@
* forms are granted according to the OpenSSL license.
*/
-#include "modes.h"
+#include "modes_lcl.h"
#include <string.h>
#ifndef MODES_DEBUG