md_ocsp.c: In function 'certid_summary':
md_ocsp.c:536:42: error: invalid use of incomplete typedef 'ASN1_OCTET_STRING' 
{aka 'struct asn1_string_st'}
  536 |         data.len = (apr_size_t)aname_hash->length;
      |                                          ^~
md_ocsp.c:537:44: error: invalid use of incomplete typedef 'ASN1_OCTET_STRING' 
{aka 'struct asn1_string_st'}
  537 |         data.data = (const char*)aname_hash->data;
      |                                            ^~
md_ocsp.c:541:41: error: invalid use of incomplete typedef 'ASN1_OCTET_STRING' 
{aka 'struct asn1_string_st'}
  541 |         data.len = (apr_size_t)akey_hash->length;
      |                                         ^~
md_ocsp.c:542:43: error: invalid use of incomplete typedef 'ASN1_OCTET_STRING' 
{aka 'struct asn1_string_st'}
  542 |         data.data = (const char*)akey_hash->data;
      |                                           ^~

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2154825

Title:
  apache2: FTBFS with openssl 4.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/2154825/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to