diff options
Diffstat (limited to 'src/lib/libcrypto/util')
-rw-r--r-- | src/lib/libcrypto/util/mkstack.pl | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/lib/libcrypto/util/mkstack.pl b/src/lib/libcrypto/util/mkstack.pl index f708610a78..77b0ec4943 100644 --- a/src/lib/libcrypto/util/mkstack.pl +++ b/src/lib/libcrypto/util/mkstack.pl | |||
@@ -129,19 +129,6 @@ EOF | |||
129 | EOF | 129 | EOF |
130 | } | 130 | } |
131 | 131 | ||
132 | foreach $type_thing (sort @asn1setlst) { | ||
133 | $new_stackfile .= <<EOF; | ||
134 | |||
135 | #define d2i_ASN1_SET_OF_${type_thing}(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \\ | ||
136 | SKM_ASN1_SET_OF_d2i($type_thing, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) | ||
137 | #define i2d_ASN1_SET_OF_${type_thing}(st, pp, i2d_func, ex_tag, ex_class, is_set) \\ | ||
138 | SKM_ASN1_SET_OF_i2d($type_thing, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set)) | ||
139 | #define ASN1_seq_pack_${type_thing}(st, i2d_func, buf, len) \\ | ||
140 | SKM_ASN1_seq_pack($type_thing, (st), (i2d_func), (buf), (len)) | ||
141 | #define ASN1_seq_unpack_${type_thing}(buf, len, d2i_func, free_func) \\ | ||
142 | SKM_ASN1_seq_unpack($type_thing, (buf), (len), (d2i_func), (free_func)) | ||
143 | EOF | ||
144 | } | ||
145 | foreach $type_thing (sort @p12stklst) { | 132 | foreach $type_thing (sort @p12stklst) { |
146 | $new_stackfile .= <<EOF; | 133 | $new_stackfile .= <<EOF; |
147 | 134 | ||