aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/mishmash/oid_md4.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/mishmash/oid_md4.c')
-rw-r--r--src/crypto/mishmash/oid_md4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/mishmash/oid_md4.c b/src/crypto/mishmash/oid_md4.c
index 1054a79..d42f2df 100644
--- a/src/crypto/mishmash/oid_md4.c
+++ b/src/crypto/mishmash/oid_md4.c
@@ -33,5 +33,5 @@ static uint8_t oid_md4[] = { ASN1_OID_MD4 };
struct asn1_algorithm oid_md4_algorithm __asn1_algorithm = {
.name = "md4",
.digest = &md4_algorithm,
- .oid = ASN1_OID_CURSOR ( oid_md4 ),
+ .oid = ASN1_CURSOR ( oid_md4 ),
};