summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/asn1_mac.h
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>1999-05-01 17:40:57 +0000
committerBen Laurie <ben@openssl.org>1999-05-01 17:40:57 +0000
commit65d4927b8d645d9bcb5f6085a107d314794e8e34 (patch)
tree0ed1a2ce94a5f5e21b463f0309cca9c24ecdaf2c /crypto/asn1/asn1_mac.h
parent3a1a8467bd7829cef1b269514629912423b1fd8c (diff)
Another safe stack.
Diffstat (limited to 'crypto/asn1/asn1_mac.h')
-rw-r--r--crypto/asn1/asn1_mac.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/asn1/asn1_mac.h b/crypto/asn1/asn1_mac.h
index 0497805590..f0ab1e9069 100644
--- a/crypto/asn1/asn1_mac.h
+++ b/crypto/asn1/asn1_mac.h
@@ -154,6 +154,10 @@ err:\
M_ASN1_D2I_get_imp_set(r,func,free_func, \
V_ASN1_SET,V_ASN1_UNIVERSAL);
+#define M_ASN1_D2I_get_set_type(type,r,func,free_func) \
+ M_ASN1_D2I_get_imp_set_type(type,r,func,free_func, \
+ V_ASN1_SET,V_ASN1_UNIVERSAL);
+
#define M_ASN1_D2I_get_set_opt(r,func,free_func) \
if ((c.slen != 0) && (M_ASN1_next == (V_ASN1_UNIVERSAL| \
V_ASN1_CONSTRUCTED|V_ASN1_SET)))\