Changes between Version 3 and Version 4 of Ticket #1943
- Timestamp:
- Aug 9, 2016 2:55:10 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1943 – Description
v3 v4 30 30 Right-click, then click Properties. Change Configuration to {{{"All Configurations"}}} and Platform to {{{"All Platforms"}}}. Go to {{{Configuration Properties - C/C++ - Preprocessor}}}, then choose Preprocessor Definitions, and add {{{";OPENSSL"}}}. 31 31 32 6. 2. Enable the desired AES GCM cryptos in your config_site.h, for example: 33 {{{ 34 #define PJMEDIA_SRTP_HAS_AES_GCM_256 1 35 #define PJMEDIA_SRTP_HAS_AES_GCM_128 1 36 }}} 37 32 38 6. Rebuild libsrtp.