Deprecate Low Level Blowfish APIs
[oweals/openssl.git] / crypto / bf / bf_skey.c
index e358b1ded77f7a4f541d839ce1f681eb086b44b7..08189442bfba68acc624af919d42002243f91200 100644 (file)
@@ -7,6 +7,12 @@
  * https://www.openssl.org/source/license.html
  */
 
+/*
+ * BF low level APIs are deprecated for public use, but still ok for internal
+ * use.
+ */
+#include "internal/deprecated.h"
+
 #include <stdio.h>
 #include <string.h>
 #include <openssl/blowfish.h>