==> Retrieving sources... -> Found khc_0.2.tar.gz ==> Generating checksums for source files... ==> Making package: khc 0.2-6 (Fri 20 Dec 2024 11:07:17 PM UTC) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found khc_0.2.tar.gz ==> Validating source files with sha512sums... khc_0.2.tar.gz ... Passed ==> Extracting sources... -> Extracting khc_0.2.tar.gz with bsdtar ==> Starting build()... gcc -c -pipe -O2 -Wall -std=c99 -pedantic -D_GNU_SOURCE ip.c gcc -c -pipe -O2 -Wall -std=c99 -pedantic -D_GNU_SOURCE khc.c khc.c: In function ‘read_file’: khc.c:217:21: warning: variable ‘kp2’ set but not used [-Wunused-but-set-variable] 217 | char *cp, *kp, *kp2; | ^~~ khc.c: In function ‘hash_host’: khc.c:333:14: error: storage size of ‘mac_ctx’ isn’t known 333 | HMAC_CTX mac_ctx; | ^~~~~~~ khc.c:341:5: warning: ‘HMAC_Init’ is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations] 341 | HMAC_Init(&mac_ctx, salt, len, md); | ^~~~~~~~~ In file included from khc.c:7: /usr/include/openssl/hmac.h:38:36: note: declared here 38 | OSSL_DEPRECATEDIN_1_1_0 __owur int HMAC_Init(HMAC_CTX *ctx, | ^~~~~~~~~ khc.c:342:5: warning: ‘HMAC_Update’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 342 | HMAC_Update(&mac_ctx, (const unsigned char *)host, strlen(host)); | ^~~~~~~~~~~ /usr/include/openssl/hmac.h:45:27: note: declared here 45 | OSSL_DEPRECATEDIN_3_0 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, | ^~~~~~~~~~~ khc.c:343:5: warning: ‘HMAC_Final’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 343 | HMAC_Final(&mac_ctx, result, NULL); | ^~~~~~~~~~ /usr/include/openssl/hmac.h:47:27: note: declared here 47 | OSSL_DEPRECATEDIN_3_0 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md, | ^~~~~~~~~~ khc.c:344:5: error: implicit declaration of function ‘HMAC_cleanup’; did you mean ‘EVP_cleanup’? [-Wimplicit-function-declaration] 344 | HMAC_cleanup(&mac_ctx); | ^~~~~~~~~~~~ | EVP_cleanup khc.c:333:14: warning: unused variable ‘mac_ctx’ [-Wunused-variable] 333 | HMAC_CTX mac_ctx; | ^~~~~~~ make: *** [Makefile.gmake:9: khc.o] Error 1 make: *** Waiting for unfinished jobs.... ==> ERROR: A failure occurred in build(). Aborting...