search for: 0x1000100l

Displaying 9 results from an estimated 9 matches for "0x1000100l".

Did you mean: 0x10001000l
2016 Nov 02
3
v2.2.26.0 released
...ome > unknown reason, defines > > #define OPENSSL_VERSION_NUMBER 0x20000000L > > No idea why they decided to advertise that they are OpenSSL v2.0.0. A > local fix, if you need one, is to use > > #if OPENSSL_VERSION_NUMBER == 0x20000000L > #define OPENSSL_VERSION_NUMBER 0x1000100L > #endif > > in dcrypt-openssl.c after includes. > > Aki > > > On 02.11.2016 12:39, Aki Tuomi wrote: >> Hi! >> >> Those are used if >> >> #if OPENSSL_VERSION_NUMBER >= 0x10100000L >> >> So (your) libressl is providing this define....
2016 Nov 02
2
v2.2.26.0 released
...ne OPENSSL_VERSION_NUMBER 0x20000000L >>> >>> No idea why they decided to advertise that they are OpenSSL v2.0.0. A >>> local fix, if you need one, is to use >>> >>> #if OPENSSL_VERSION_NUMBER == 0x20000000L >>> #define OPENSSL_VERSION_NUMBER 0x1000100L >>> #endif >>> >>> in dcrypt-openssl.c after includes. >>> >>> Aki >>> >>> >>> On 02.11.2016 12:39, Aki Tuomi wrote: >>>> Hi! >>>> >>>> Those are used if >>>> >>>> #if...
2016 Nov 02
2
v2.2.26.0 released
...MBER 0x20000000L >>>> >>>> No idea why they decided to advertise that they are OpenSSL v2.0.0. A >>>> local fix, if you need one, is to use >>>> >>>> #if OPENSSL_VERSION_NUMBER == 0x20000000L >>>> #define OPENSSL_VERSION_NUMBER 0x1000100L >>>> #endif >>>> >>>> in dcrypt-openssl.c after includes. >>>> >>>> Aki >>>> >>>> >>>> On 02.11.2016 12:39, Aki Tuomi wrote: >>>>> Hi! >>>>> >>>>> Those are u...
2016 Nov 02
2
v2.2.26.0 released
Hi! Those are used if #if OPENSSL_VERSION_NUMBER >= 0x10100000L So (your) libressl is providing this define. We compile our code using GCC and CLANG regularly, with OpenSSL v1.0.x which is the currently officially supported one. Aki On 02.11.2016 12:34, Ruga wrote: > dovecot 2.2.26.0 uses the following functions, which are not available on libressl 2.4.3: > > HMAC_CTX_new >
2016 Nov 02
0
v2.2.26.0 released
...y myself, I noticed that libressl, for some unknown reason, defines #define OPENSSL_VERSION_NUMBER 0x20000000L No idea why they decided to advertise that they are OpenSSL v2.0.0. A local fix, if you need one, is to use #if OPENSSL_VERSION_NUMBER == 0x20000000L #define OPENSSL_VERSION_NUMBER 0x1000100L #endif in dcrypt-openssl.c after includes. Aki On 02.11.2016 12:39, Aki Tuomi wrote: > Hi! > > Those are used if > > #if OPENSSL_VERSION_NUMBER >= 0x10100000L > > So (your) libressl is providing this define. We compile our code using > GCC and CLANG regularly, with O...
2016 Nov 02
0
v2.2.26.0 released
...>> >> #define OPENSSL_VERSION_NUMBER 0x20000000L >> >> No idea why they decided to advertise that they are OpenSSL v2.0.0. A >> local fix, if you need one, is to use >> >> #if OPENSSL_VERSION_NUMBER == 0x20000000L >> #define OPENSSL_VERSION_NUMBER 0x1000100L >> #endif >> >> in dcrypt-openssl.c after includes. >> >> Aki >> >> >> On 02.11.2016 12:39, Aki Tuomi wrote: >>> Hi! >>> >>> Those are used if >>> >>> #if OPENSSL_VERSION_NUMBER >= 0x10100000L >>&g...
2016 Nov 02
0
v2.2.26.0 released
...R 0x20000000L >>>> >>>> No idea why they decided to advertise that they are OpenSSL v2.0.0. A >>>> local fix, if you need one, is to use >>>> >>>> #if OPENSSL_VERSION_NUMBER == 0x20000000L >>>> #define OPENSSL_VERSION_NUMBER 0x1000100L >>>> #endif >>>> >>>> in dcrypt-openssl.c after includes. >>>> >>>> Aki >>>> >>>> >>>> On 02.11.2016 12:39, Aki Tuomi wrote: >>>>> Hi! >>>>> >>>>> Those are u...
2016 Nov 02
0
v2.2.26.0 released
...;>>> >>>>> No idea why they decided to advertise that they are OpenSSL v2.0.0. A >>>>> local fix, if you need one, is to use >>>>> >>>>> #if OPENSSL_VERSION_NUMBER == 0x20000000L >>>>> #define OPENSSL_VERSION_NUMBER 0x1000100L >>>>> #endif >>>>> >>>>> in dcrypt-openssl.c after includes. >>>>> >>>>> Aki >>>>> >>>>> >>>>> On 02.11.2016 12:39, Aki Tuomi wrote: >>>>>> Hi! >>>>&...
2016 Nov 02
2
v2.2.26.0 released
...why they decided to advertise that they are OpenSSL >>>>>> v2.0.0. A >>>>>> local fix, if you need one, is to use >>>>>> >>>>>> #if OPENSSL_VERSION_NUMBER == 0x20000000L >>>>>> #define OPENSSL_VERSION_NUMBER 0x1000100L >>>>>> #endif >>>>>> >>>>>> in dcrypt-openssl.c after includes. >>>>>> >>>>>> Aki >>>>>> >>>>>> >>>>>> On 02.11.2016 12:39, Aki Tuomi wrote: >>>&g...