Chunk 12 of CMP contribution to OpenSSL: CLI-based high-level tests
[oweals/openssl.git] / test / modes_internal_test.c
index 37ca2b14bd7c5e6c99ad8e968dd1f442834f6a8d..dd0a35956fc06372a75d4e1d4cd665f06d0815ae 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2016-2020 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
@@ -9,6 +9,12 @@
 
 /* Internal tests for the modes module */
 
+/*
+ * This file uses the low level AES functions (which are deprecated for
+ * non-internal use) in order to test the modes code
+ */
+#include "internal/deprecated.h"
+
 #include <stdio.h>
 #include <string.h>