提交 f6a45ac5 编写于 作者: D Dr. Stephen Henson

Fix macro.

上级 2e86f0d8
......@@ -323,8 +323,8 @@ typedef struct ASN1_VALUE_st ASN1_VALUE;
int i2d_##name##_NDEF(name *a, unsigned char **out);
#define DECLARE_ASN1_FUNCTIONS_const(name) \
name *name##_new(void); \
void name##_free(name *a); \
DECLARE_ASN1_ALLOC_FUNCTIONS(name) \
DECLATE_ASN1_ENCODE_FUNCTIONS_const(name)
#define DECLARE_ASN1_ALLOC_FUNCTIONS_name(type, name) \
type *name##_new(void); \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册