aboutsummaryrefslogtreecommitdiffstats
path: root/src/crypto/mishmash/rsa_md5.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/mishmash/rsa_md5.c')
-rw-r--r--src/crypto/mishmash/rsa_md5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/mishmash/rsa_md5.c b/src/crypto/mishmash/rsa_md5.c
index ac828ac11..051afe264 100644
--- a/src/crypto/mishmash/rsa_md5.c
+++ b/src/crypto/mishmash/rsa_md5.c
@@ -36,7 +36,7 @@ struct asn1_algorithm md5_with_rsa_encryption_algorithm __asn1_algorithm = {
.name = "md5WithRSAEncryption",
.pubkey = &rsa_algorithm,
.digest = &md5_algorithm,
- .oid = ASN1_OID_CURSOR ( oid_md5_with_rsa_encryption ),
+ .oid = ASN1_CURSOR ( oid_md5_with_rsa_encryption ),
};
/** MD5 digestInfo prefix */