res_srtp.c: Show linked version of libsrtp on module init

Change-Id: Ib0a645d6985de5757cc4399ed2524b2d02c4f342
This commit is contained in:
Sean Bright
2018-09-16 07:08:29 -04:00
parent 8be6998f8d
commit b68617ac2c

View File

@@ -1212,6 +1212,8 @@ static int res_srtp_init(void)
return -1;
}
ast_verb(2, "%s initialized\n", srtp_get_version_string());
g_initialized = 1;
return 0;
}