src/hash.c: In function ‘md5’:
src/hash.c:82:3: warning: ‘MD5_Init’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
82 | MD5_Init(&ctx);
| ^~~~~~~~
In file included from src/hash.c:36:
/usr/include/openssl/md5.h:49:27: note: declared here
49 | OSSL_DEPRECATEDIN_3_0 int MD5_Init(MD5_CTX *c);
| ^~~~~~~~