leedm777 / homebrew-asterisk

Homebrew tap for building an Asterisk dev environment
50 stars 27 forks source link

error: use of undeclared identifier 'AES_128_GCM_KEYSIZE_WSALT' #35

Open promo776 opened 4 years ago

promo776 commented 4 years ago

I get the following error when trying to build on both Sierra and High Sierra:

res_srtp.c:911:22: error: use of undeclared identifier 'AES_128_GCM_KEYSIZE_WSALT' key_len_expected = AES_128_GCM_KEYSIZE_WSALT; ^ res_srtp.c:916:22: error: use of undeclared identifier 'AES_256_GCM_KEYSIZE_WSALT' key_len_expected = AES_256_GCM_KEYSIZE_WSALT;