Fix macro.
This commit is contained in:
parent
2e86f0d8d7
commit
f6a45ac5ac
1 changed files with 2 additions and 2 deletions
|
@ -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); \
|
||||
|
|
Loading…
Reference in a new issue