Opened 3 years ago
Closed 3 years ago
#63956 closed defect (fixed)
ntpsec @1.2.1_1: build error with OpenSSL 3
Reported by: | l2dy (Zero King) | Owned by: | fhgwright (Fred Wright) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | ntpsec |
Description
../../attic/cmac-timing.c:251:27: error: too few arguments to function call, expected 4, have 1 if (0 == EVP_MAC_init(ctx)) { ~~~~~~~~~~~~ ^ ../../../../../../../../../include/openssl/evp.h:1220:1: note: 'EVP_MAC_init' declared here int EVP_MAC_init(EVP_MAC_CTX *ctx, const unsigned char *key, size_t keylen, ^ ../../attic/cmac-timing.c:312:27: error: too few arguments to function call, expected 4, have 1 if (0 == EVP_MAC_init(ctx)) { ~~~~~~~~~~~~ ^ ../../../../../../../../../include/openssl/evp.h:1220:1: note: 'EVP_MAC_init' declared here int EVP_MAC_init(EVP_MAC_CTX *ctx, const unsigned char *key, size_t keylen, ^ 2 errors generated.
Change History (2)
comment:1 Changed 3 years ago by fhgwright (Fred Wright)
comment:2 Changed 3 years ago by Chris Jones <jonesc@…>
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Yes, I'm aware of the build problem. To make matters worse, the rework of the
openssl
ports broke the existing installs ofntpsec
, for a completely unnecessary reason. I'm still digging out from under the mess caused by the overly hasty move toopenssl3
.