Deprecate Low Level Blowfish APIs
[openssl.git] / test / bftest.c
index 5b489251c0cae5f6249e74f17fb6f038230883be..f350ce7f58891adff430564f8f40a479635d34fe 100644 (file)
@@ -8,9 +8,10 @@
  */
 
 /*
- * This has been a quickly hacked 'ideatest.c'.  When I add tests for other
- * RC2 modes, more of the code will be uncommented.
+ * 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>