Document the new library context aware CT functions
[openssl.git] / test / destest.c
index fe56d9a76bcf69cf03d8c0f5a0c163d0674ab5dc..648bd3521d226bb94fe008a3806fd1f77bf8a271 100644 (file)
@@ -7,6 +7,12 @@
  * https://www.openssl.org/source/license.html
  */
 
+/*
+ * DES low level APIs are deprecated for public use, but still ok for internal
+ * use.
+ */
+#include "internal/deprecated.h"
+
 #include <openssl/e_os2.h>
 #include <string.h>