Commit 64e9efcf authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

srtp: disable gcrypt secmem (refs #7179)

parent 57cace39
......@@ -149,6 +149,7 @@ static void srtp_test (void)
int main (void)
{
gcry_control (GCRYCTL_DISABLE_SECMEM, NULL);
srtp_test ();
return 0;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment