Changeset 6010 for pjproject/trunk/third_party/srtp/crypto/hash/hmac_ossl.c
- Timestamp:
- May 28, 2019 4:11:37 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/third_party/srtp/crypto/hash/hmac_ossl.c
r5726 r6010 55 55 56 56 #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 58 63 59 64 /* the debug module for authentiation */
Note: See TracChangeset
for help on using the changeset viewer.