Ignore:
Timestamp:
May 28, 2019 4:11:37 AM (4 years ago)
Author:
nanang
Message:

Misc (re #2147): Fixed various build warnings (when building for Android).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/third_party/srtp/crypto/hash/hmac_ossl.c

    r5726 r6010  
    5555 
    5656#define SHA1_DIGEST_SIZE                20 
    57 #define USING_LIBRESSL (defined(LIBRESSL_VERSION_NUMBER)) 
     57 
     58#if defined(LIBRESSL_VERSION_NUMBER) 
     59#       define USING_LIBRESSL 1 
     60#else 
     61#       define USING_LIBRESSL 0 
     62#endif 
    5863 
    5964/* the debug module for authentiation */ 
Note: See TracChangeset for help on using the changeset viewer.