about summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-05-14 01:00:11 +0200
committervan Hauser <vh@thc.org>2020-05-14 01:00:11 +0200
commitd334093606ff4fb77822f11cde7a80fa880de0c7 (patch)
treed004d3ebbfe1911aa73248404442ab4cf64c56e3 /include
parent044bd3cb41eac8de33ccc8bbd3001438b637ee55 (diff)
downloadafl++-d334093606ff4fb77822f11cde7a80fa880de0c7.tar.gz
deprecated AFL_POST_LIBRARY
Diffstat (limited to 'include')
-rw-r--r--include/afl-fuzz.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h
index a1aa58d6..9907c245 100644
--- a/include/afl-fuzz.h
+++ b/include/afl-fuzz.h
@@ -323,9 +323,8 @@ typedef struct afl_env_vars {
       afl_bench_until_crash, afl_debug_child_output, afl_autoresume,
       afl_cal_fast;
 
-  u8 *afl_tmpdir, *afl_post_library, *afl_custom_mutator_library,
-      *afl_python_module, *afl_path, *afl_hang_tmout, *afl_skip_crashes,
-      *afl_preload;
+  u8 *afl_tmpdir, *afl_custom_mutator_library, *afl_python_module, *afl_path,
+      *afl_hang_tmout, *afl_skip_crashes, *afl_preload;
 
 } afl_env_vars_t;