Changes between Version 3 and Version 4 of Ticket #1943


Ignore:
Timestamp:
Aug 9, 2016 2:55:10 AM (8 years ago)
Author:
ming
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1943 – Description

    v3 v4  
    3030 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"}}}. 
    3131 
     326. 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 
    32386. Rebuild libsrtp.