Deprecate the low level AES functions
[openssl.git] / engines / e_padlock.c
index 78e9c79521e2778a185990888c1994f7cba59582..3f86545c53614a01e67588e89f26e5ca2b645550 100644 (file)
@@ -7,6 +7,12 @@
  * https://www.openssl.org/source/license.html
  */
 
+/*
+ * This file uses the low level AES functions (which are deprecated for
+ * non-internal use) in order to implement the padlock engine AES ciphers.
+ */
+#define OPENSSL_SUPPRESS_DEPRECATED
+
 #include <stdio.h>
 #include <string.h>