-/* $OpenBSD: cms_asn1.c,v 1.23 2023/07/08 08:26:26 beck Exp $ */
+/* $OpenBSD: cms_asn1.c,v 1.24 2024/07/09 06:12:45 beck Exp $ */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
* project.
.size = sizeof(CMS_ContentInfo),
.sname = "CMS_ContentInfo",
};
+LCRYPTO_ALIAS(CMS_ContentInfo_it);
/* Specials for signed attributes */
.size = sizeof(CMS_ReceiptRequest),
.sname = "CMS_ReceiptRequest",
};
+LCRYPTO_ALIAS(CMS_ReceiptRequest_it);
static const ASN1_TEMPLATE CMS_Receipt_seq_tt[] = {
{
-/* $OpenBSD: cms.h,v 1.3 2024/03/30 01:53:05 joshua Exp $ */
+/* $OpenBSD: cms.h,v 1.4 2024/07/09 06:12:45 beck Exp $ */
/*
* Copyright (c) 2023 Bob Beck <beck@openbsd.org>
*
LCRYPTO_USED(CMS_RecipientInfo_kari_decrypt);
LCRYPTO_USED(CMS_SharedInfo_encode);
LCRYPTO_USED(ERR_load_CMS_strings);
+#if defined(LIBRESSL_NAMESPACE)
+extern LCRYPTO_USED(CMS_ContentInfo_it);
+extern LCRYPTO_USED(CMS_ReceiptRequest_it);
+#endif
#endif /* _LIBCRYPTO_CMS_H */