You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@trafficserver.apache.org by Alan Carroll <so...@yahoo-inc.com> on 2015/02/02 21:18:08 UTC

Re: Traffic Server on DragonFly BSD

What's line 242 in ocsp.h? I suspect it's something that expected to be defined but isn't.


    

Re: Traffic Server on DragonFly BSD

Posted by "Adam W. Dace" <co...@gmail.com>.
It's actually the "unknown" line of this code snippet:

typedef struct ocsp_cert_status_st
        {
        int type;
        union   {
                ASN1_NULL *good;
                OCSP_REVOKEDINFO *revoked;
                ASN1_NULL *unknown;
                } value;
        } OCSP_CERTSTATUS;

I've actually since given up on getting this working for now...but any
ideas are welcome.

I was just hoping that since ATS supports FreeBSD that DragonFly wouldn't
be much of a problem.
So far, though, I've tried ATS 4.x and 5.x, but both fail compilation in
some rather bizarre way.  :(

On Mon Feb 02 2015 at 2:19:01 PM Alan Carroll <so...@yahoo-inc.com>
wrote:

> What's line 242 in ocsp.h? I suspect it's something that expected to be
> defined but isn't.
>
>
>