Re: ngx_event_openssl_stapling.c vs. openssl version

2013-05-08 Thread Alder Network
It's compilation error. I don't have the exact error message at hand, but it's referencing a macro that's not defined in newer versions of tls1.h. but not in slightly older versions of tls1.h. On Wed, May 8, 2013 at 10:35 AM, Maxim Dounin wrote: > Hello! > > On Wed, May 08, 2013 at 10:17:23AM -

Re: ngx_event_openssl_stapling.c vs. openssl version

2013-05-08 Thread Maxim Dounin
Hello! On Wed, May 08, 2013 at 10:17:23AM -0700, Alder Network wrote: > There seems to be a version dependency on opnessl in ngnix1.4. > I can build it on one platform but not the other where there's slightly > older version of openssl header files. Specifically, > ngx_event_openssl_stapling.c re

ngx_event_openssl_stapling.c vs. openssl version

2013-05-08 Thread Alder Network
There seems to be a version dependency on opnessl in ngnix1.4. I can build it on one platform but not the other where there's slightly older version of openssl header files. Specifically, ngx_event_openssl_stapling.c references some constants which are only defined in newer version of tls1.h. It wo