Changes between Version 4 and Version 5 of Ticket #1943


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1943 – Description

    v4 v5  
    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 
    32 6. 2. Enable the desired AES GCM cryptos in your config_site.h, for example: 
     326. Enable the desired AES GCM cryptos in your config_site.h, for example: 
    3333{{{ 
    3434    #define PJMEDIA_SRTP_HAS_AES_GCM_256      1 
     
    3636}}} 
    3737 
    38 6. Rebuild libsrtp. 
     387. Rebuild libsrtp.