Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Sep 2022 16:19:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 266606] security/xmlsec1: Fails to build with libressl 3.5.3
Message-ID:  <bug-266606-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D266606

            Bug ID: 266606
           Summary: security/xmlsec1: Fails to build with libressl 3.5.3
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: hrs@FreeBSD.org
          Reporter: jakub_lach@mailplus.pl
          Assignee: hrs@FreeBSD.org
             Flags: maintainer-feedback?(hrs@FreeBSD.org)

ciphers.c:238:17: error: incomplete definition of type 'struct
evp_cipher_ctx_st'=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
            if(!EVP_CIPHER_CTX_encrypting(ctx->cipherCtx)) {=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
./openssl_compat.h:59:48: note: expanded from macro 'EVP_CIPHER_CTX_encrypt=
ing'=20
#define EVP_CIPHER_CTX_encrypting(x)       ((x)->encrypt)=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                                            ~~~^=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
/usr/local/include/openssl/ossl_typ.h:118:16: note: forward declaration of
'struct evp_cipher_ctx_=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20
                 st'=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
typedef struct evp_cipher_ctx_st EVP_CIPHER_CTX;=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
               ^
ciphers.c:255:16: error: incomplete definition of type 'struct
evp_cipher_ctx_st'
            if(EVP_CIPHER_CTX_encrypting(ctx->cipherCtx)) {
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./openssl_compat.h:59:48: note: expanded from macro 'EVP_CIPHER_CTX_encrypt=
ing'
#define EVP_CIPHER_CTX_encrypting(x)       ((x)->encrypt)
                                            ~~~^
/usr/local/include/openssl/ossl_typ.h:118:16: note: forward declaration of
'struct evp_cipher_ctx_st'
typedef struct evp_cipher_ctx_st EVP_CIPHER_CTX;
               ^
ciphers.c:407:8: error: incomplete definition of type 'struct
evp_cipher_ctx_st'
    if(EVP_CIPHER_CTX_encrypting(ctx->cipherCtx)) {
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./openssl_compat.h:59:48: note: expanded from macro 'EVP_CIPHER_CTX_encrypt=
ing'
#define EVP_CIPHER_CTX_encrypting(x)       ((x)->encrypt)
                                            ~~~^
/usr/local/include/openssl/ossl_typ.h:118:16: note: forward declaration of
'struct evp_cipher_ctx_st'
typedef struct evp_cipher_ctx_st EVP_CIPHER_CTX;
               ^
ciphers.c:519:8: error: incomplete definition of type 'struct
evp_cipher_ctx_st'
    if(EVP_CIPHER_CTX_encrypting(ctx->cipherCtx)) {
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./openssl_compat.h:59:48: note: expanded from macro 'EVP_CIPHER_CTX_encrypt=
ing'
#define EVP_CIPHER_CTX_encrypting(x)       ((x)->encrypt)
                                            ~~~^
/usr/local/include/openssl/ossl_typ.h:118:16: note: forward declaration of
'struct evp_cipher_ctx_st'
typedef struct evp_cipher_ctx_st EVP_CIPHER_CTX;
               ^
4 errors generated

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-266606-7788>