]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/mystun-server/files/nossl.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / mystun-server / files / nossl.patch
1 diff -Nur mystun.orig/globals.h mystun/globals.h
2 --- mystun.orig/globals.h       2004-01-18 22:37:40.000000000 +0100
3 +++ mystun/globals.h    2005-03-21 13:33:56.000000000 +0100
4 @@ -29,7 +29,7 @@
5  #define BUF_SIZE 65535
6  #define TIMER_RESOLUTION 60 //resolution for timer process in seconds
7  
8 -#ifndef WIN32
9 +#if !defined(WIN32) && defined(OPENSSL_NO_KRB5)
10  #include <openssl/ssl.h>
11  #include <openssl/err.h>
12  #endif