Changeset 230:0450c876b946 in mediastreamer2
- Timestamp:
- Jan 12, 2009 5:26:48 PM (4 years ago)
- Branch:
- default
- Location:
- linphone/oRTP
- Files:
-
- 2 edited
-
configure.ac (modified) (1 diff)
-
src/stun.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
linphone/oRTP/configure.ac
r225 r230 234 234 fi 235 235 236 AC_CHECK_HEADERS(openssl/hmac.h openssl/md5.h) 237 236 238 AC_CHECK_LIB(ssl,SSL_CTX_new,[SSL_LIBS="-lssl"]) 237 239 AC_CHECK_LIB(crypto,MD5,[SSL_LIBS="$SSL_LIBS -lcrypto"]) -
linphone/oRTP/src/stun.c
r227 r230 68 68 */ 69 69 70 #ifdef HAVE_CONFIG_H 71 #include "ortp-config.h" 72 #endif 73 70 74 #ifndef _WIN32_WCE 71 75 #include <errno.h> … … 100 104 101 105 102 //#define NOSSL 103 /* 104 #if defined(__sparc__) || defined(WIN32) 105 #define NOSSL 106 #endif 107 #define NOSSL 108 */ 106 #if !defined(HAVE_OPENSSL_HMAC_H) || !defined(HAVE_OPENSSL_MD5_H) 107 #define NOSSL 1 108 #endif 109 109 110 110 #include "ortp/stun_udp.h"
Note: See TracChangeset
for help on using the changeset viewer.
