Deprecate the low level AES functions
[openssl.git] / include / openssl / macros.h
index a38387f1312f031e636a15b0fc8f07accffb734e..28e3a3064f86db5468b90e1fb1b5d0d1de5a1fa8 100644 (file)
@@ -25,6 +25,9 @@
 
 /*
  * Generic deprecation macro
+  *
+  * If OPENSSL_SUPPRESS_DEPRECATED is defined, then DECLARE_DEPRECATED
+  * becomes a no-op
  */
 # ifndef DECLARE_DEPRECATED
 #  define DECLARE_DEPRECATED(f)   f;