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 <[email protected]>
wrote:
> What's line 242 in ocsp.h? I suspect it's something that expected to be
> defined but isn't.
>
>
>