Changes between Version 4 and Version 5 of Ticket #1943
- Timestamp:
- Aug 9, 2016 2:55:27 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1943 – Description
v4 v5 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:32 6. Enable the desired AES GCM cryptos in your config_site.h, for example: 33 33 {{{ 34 34 #define PJMEDIA_SRTP_HAS_AES_GCM_256 1 … … 36 36 }}} 37 37 38 6. Rebuild libsrtp.38 7. Rebuild libsrtp.