summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2008-03-31 18:21:30 +0000
committerDr. Stephen Henson <steve@openssl.org>2008-03-31 18:21:30 +0000
commit964c7e8f6df53e81e356fd1f1e89932ee3288e39 (patch)
treeeb00eba4d40230d41f6f142f5132b1a99d1a39e5
parentf6a45ac5ac867fe28db27577ecf09a1de55e0e6b (diff)
Fix it properly this time....
-rw-r--r--crypto/asn1/asn1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/asn1/asn1.h b/crypto/asn1/asn1.h
index 6d7df9d394..2e7e9b6810 100644
--- a/crypto/asn1/asn1.h
+++ b/crypto/asn1/asn1.h
@@ -324,7 +324,7 @@ typedef struct ASN1_VALUE_st ASN1_VALUE;
#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); \