summaryrefslogtreecommitdiffstats
path: root/test/bftest.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/bftest.c')
-rw-r--r--test/bftest.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/bftest.c b/test/bftest.c
index 5b489251c0..f350ce7f58 100644
--- a/test/bftest.c
+++ b/test/bftest.c
@@ -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>