Deprecate Low Level Blowfish APIs
[openssl.git] / providers / implementations / ciphers / cipher_blowfish.c
index 1ffb9452a8cb3ed50defa79e236cc7214c274902..75352862c51deb995baf8ea0807d89939ae64dc7 100644 (file)
@@ -9,6 +9,12 @@
 
 /* Dispatch functions for Blowfish cipher modes ecb, cbc, ofb, cfb */
 
+/*
+ * BF low level APIs are deprecated for public use, but still ok for internal
+ * use.
+ */
+#include "internal/deprecated.h"
+
 #include "cipher_blowfish.h"
 #include "prov/implementations.h"