modules: fix compilation on clang

This commit is contained in:
Wim Taymans 2023-09-28 11:42:56 +02:00
parent 45c99cd487
commit bcc902a55e

View file

@ -1386,6 +1386,7 @@ static int rtsp_do_announce(struct impl *impl)
break; break;
case CRYPTO_RSA: case CRYPTO_RSA:
{
uint8_t rac[16]; uint8_t rac[16];
char sac[16*4]; char sac[16*4];
@ -1420,6 +1421,7 @@ static int rtsp_do_announce(struct impl *impl)
if (!sdp) if (!sdp)
return -errno; return -errno;
break; break;
}
default: default:
return -ENOTSUP; return -ENOTSUP;
} }