Fix it properly this time....
authorDr. Stephen Henson <steve@openssl.org>
Mon, 31 Mar 2008 18:21:30 +0000 (18:21 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 31 Mar 2008 18:21:30 +0000 (18:21 +0000)
crypto/asn1/asn1.h

index 6d7df9d394cb1ad9d71009d551bb4c62b678efca..2e7e9b6810b1ac60ff700d2fc8901c2068566ddf 100644 (file)
@@ -324,7 +324,7 @@ typedef struct ASN1_VALUE_st ASN1_VALUE;
 
 #define DECLARE_ASN1_FUNCTIONS_const(name) \
        DECLARE_ASN1_ALLOC_FUNCTIONS(name) \
 
 #define DECLARE_ASN1_FUNCTIONS_const(name) \
        DECLARE_ASN1_ALLOC_FUNCTIONS(name) \
-       DECLATE_ASN1_ENCODE_FUNCTIONS_const(name)
+       DECLARE_ASN1_ENCODE_FUNCTIONS_const(name, name)
 
 #define DECLARE_ASN1_ALLOC_FUNCTIONS_name(type, name) \
        type *name##_new(void); \
 
 #define DECLARE_ASN1_ALLOC_FUNCTIONS_name(type, name) \
        type *name##_new(void); \