summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/util/mkstack.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/util/mkstack.pl')
-rw-r--r--src/lib/libcrypto/util/mkstack.pl6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/lib/libcrypto/util/mkstack.pl b/src/lib/libcrypto/util/mkstack.pl
index 77b0ec4943..30afae7802 100644
--- a/src/lib/libcrypto/util/mkstack.pl
+++ b/src/lib/libcrypto/util/mkstack.pl
@@ -151,12 +151,6 @@ EOF
151#define lh_${type_thing}_error(lh) LHM_lh_error(${type_thing},lh) 151#define lh_${type_thing}_error(lh) LHM_lh_error(${type_thing},lh)
152#define lh_${type_thing}_num_items(lh) LHM_lh_num_items(${type_thing},lh) 152#define lh_${type_thing}_num_items(lh) LHM_lh_num_items(${type_thing},lh)
153#define lh_${type_thing}_down_load(lh) LHM_lh_down_load(${type_thing},lh) 153#define lh_${type_thing}_down_load(lh) LHM_lh_down_load(${type_thing},lh)
154#define lh_${type_thing}_node_stats_bio(lh,out) \\
155 LHM_lh_node_stats_bio(${type_thing},lh,out)
156#define lh_${type_thing}_node_usage_stats_bio(lh,out) \\
157 LHM_lh_node_usage_stats_bio(${type_thing},lh,out)
158#define lh_${type_thing}_stats_bio(lh,out) \\
159 LHM_lh_stats_bio(${type_thing},lh,out)
160#define lh_${type_thing}_free(lh) LHM_lh_free(${type_thing},lh) 154#define lh_${type_thing}_free(lh) LHM_lh_free(${type_thing},lh)
161EOF 155EOF
162 } 156 }