Distros running older OpenSSL versions (<= 1.1) fail to build due to the empty label at the end of calc_bootaggr(). For these, that label is no-op. Signed-off-by: Bruno Meneguele <bmeneg@xxxxxxxxxx> --- src/evmctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/evmctl.c b/src/evmctl.c index 90a3eeb..d974ba6 100644 --- a/src/evmctl.c +++ b/src/evmctl.c @@ -2167,7 +2167,7 @@ out: #if OPENSSL_VERSION_NUMBER >= 0x10100000 EVP_MD_CTX_free(pctx); #endif - + return; } /* -- 2.26.2