aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/mishmash/oid_md5.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/mishmash/oid_md5.c')
-rw-r--r--src/crypto/mishmash/oid_md5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/mishmash/oid_md5.c b/src/crypto/mishmash/oid_md5.c
index 96149d0..f56dd8b 100644
--- a/src/crypto/mishmash/oid_md5.c
+++ b/src/crypto/mishmash/oid_md5.c
@@ -33,5 +33,5 @@ static uint8_t oid_md5[] = { ASN1_OID_MD5 };
struct asn1_algorithm oid_md5_algorithm __asn1_algorithm = {
.name = "md5",
.digest = &md5_algorithm,
- .oid = ASN1_OID_CURSOR ( oid_md5 ),
+ .oid = ASN1_CURSOR ( oid_md5 ),
};