mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 01:26:58 +00:00
update libsrtp to use openssl
This commit is contained in:
@@ -12,7 +12,12 @@
|
||||
|
||||
#include "rand_source.h" /* for rand_source_func_t definition */
|
||||
#include "aes.h" /* for aes */
|
||||
//FIXME: this is temporary until we pull in the code to use OpenSSL for RNG
|
||||
#ifdef OPENSSL
|
||||
#include "aes_icm_ossl.h" /* for aes ctr */
|
||||
#else
|
||||
#include "aes_icm.h" /* for aes ctr */
|
||||
#endif
|
||||
|
||||
#define MAX_PRNG_OUT_LEN 0xffffffffU
|
||||
|
||||
|
Reference in New Issue
Block a user