On 10/01/15 02:39, Guy wrote: > Hello, > > Is this correct list for query; or should I write to users? > > I fix this problem like below, is this proper? > > Thank you. > > > diff U3 a/openssl-0.9.8zd/crypto/cryptlib.h > b/openssl-0.9.8zd/crypto/cryptlib.h > --- a/openssl-0.9.8zd/crypto/cryptlib.h Thu Jan 08 08:12:48 2015 > +++ b/openssl-0.9.8zd/crypto/cryptlib.h Fri Jan 09 19:00:00 2015 > @@ -65,6 +65,9 @@ > #include "e_os.h" > > #ifdef OPENSSL_USE_APPLINK > +# ifdef BIO_FLAGS_UPLINK > +# undef BIO_FLAGS_UPLINK > +# endif > #define BIO_FLAGS_UPLINK 0x8000 > #include "ms/uplink.h" > #endif >
Yes, that fix is fine. Matt _______________________________________________ openssl-dev mailing list [email protected] https://mta.openssl.org/mailman/listinfo/openssl-dev
