[Bug 266606] security/xmlsec1: Fails to build with libressl 3.5.3

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 25 Sep 2022 16:19:12 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266606

            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'                                                              
            if(!EVP_CIPHER_CTX_encrypting(ctx->cipherCtx)) {                    
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                       
./openssl_compat.h:59:48: note: expanded from macro 'EVP_CIPHER_CTX_encrypting' 
#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: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_encrypting'
#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_encrypting'
#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_encrypting'
#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

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