projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6a45ac
)
Fix it properly this time....
author
Dr. Stephen Henson
<steve@openssl.org>
Mon, 31 Mar 2008 18:21:30 +0000
(18:21 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Mon, 31 Mar 2008 18:21:30 +0000
(18:21 +0000)
crypto/asn1/asn1.h
patch
|
blob
|
history
diff --git
a/crypto/asn1/asn1.h
b/crypto/asn1/asn1.h
index 6d7df9d394cb1ad9d71009d551bb4c62b678efca..2e7e9b6810b1ac60ff700d2fc8901c2068566ddf 100644
(file)
--- 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) \
- DECLA
TE_ASN1_ENCODE_FUNCTIONS_const(
name)
+ DECLA
RE_ASN1_ENCODE_FUNCTIONS_const(name,
name)
#define DECLARE_ASN1_ALLOC_FUNCTIONS_name(type, name) \
type *name##_new(void); \