Changeset 5824
- Timestamp:
- Jul 16, 2018 8:04:02 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/src/pjmedia/errno.c
r5823 r5824 169 169 PJ_BUILD_ERR( PJMEDIA_SRTP_DTLS_ENOCRYPTO, "No matching SRTP crypto-suite after DTLS nego" ), 170 170 PJ_BUILD_ERR( PJMEDIA_SRTP_DTLS_EPEERNOCERT,"No certificate supplied by peer in DTLS nego" ), 171 PJ_BUILD_ERR( PJMEDIA_SRTP_DTLS_EFPNOTMATCH,"Fingerprint from signalling not match to actual fingerprint" ) 171 PJ_BUILD_ERR( PJMEDIA_SRTP_DTLS_EFPNOTMATCH,"Fingerprint from signalling not match to actual fingerprint" ), 172 172 PJ_BUILD_ERR( PJMEDIA_SRTP_DTLS_ENOFPRINT, "Fingerprint not found" ) 173 173 #endif
Note: See TracChangeset
for help on using the changeset viewer.