Opened 5 years ago

Closed 5 years ago

#59354 closed defect (fixed)

imapfilter @2.5.6: error: variable has incomplete type 'HMAC_CTX' (aka 'struct hmac_ctx_st')

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: yan12125 (Chih-Hsuan Yen)
Priority: Normal Milestone:
Component: ports Version: 2.6.1
Keywords: Cc:
Port: imapfilter

Description

imapfilter does not build:

auth.c:23:11: error: variable has incomplete type 'HMAC_CTX' (aka 'struct hmac_ctx_st')
        HMAC_CTX hmac;
                 ^
/opt/local/include/openssl/ossl_typ.h:102:16: note: forward declaration of 'struct hmac_ctx_st'
typedef struct hmac_ctx_st HMAC_CTX;
               ^

Maybe incompatibility with openssl 1.1.

Change History (2)

comment:1 Changed 5 years ago by yan12125 (Chih-Hsuan Yen)

Cc: yan12125 removed
Owner: set to yan12125
Status: newassigned

comment:2 Changed 5 years ago by Chih-Hsuan Yen <yan12125@…>

Resolution: fixed
Status: assignedclosed

In b696a961a6ae02adf78cba32087d5fe74229b2a6/macports-ports (master):

imapfilter: update to 2.6.13; fix building

Closes: #59354

Note: See TracTickets for help on using tickets.