K 10 svn:author V 6 jbeich K 8 svn:date V 27 2018-11-18T20:02:49.544042Z K 7 svn:log V 1338 net/rabbiteer: mark BROKEN for OpenSSL 1.1 src/openssl_shim.c:132:7: error: incomplete definition of type 'struct dh_st' dh->p = p; ~~^ /usr/include/openssl/ossl_typ.h:104:16: note: forward declaration of 'struct dh_st' typedef struct dh_st DH; ^ src/openssl_shim.c:133:7: error: incomplete definition of type 'struct dh_st' dh->g = g; ~~^ /usr/include/openssl/ossl_typ.h:104:16: note: forward declaration of 'struct dh_st' typedef struct dh_st DH; ^ src/openssl_shim.c:134:7: error: incomplete definition of type 'struct dh_st' dh->q = q; ~~^ /usr/include/openssl/ossl_typ.h:104:16: note: forward declaration of 'struct dh_st' typedef struct dh_st DH; ^ src/openssl_shim.c:143:13: error: incomplete definition of type 'struct x509_st' return x->cert_info ? x->cert_info->extensions : NULL; ~^ /usr/include/openssl/ossl_typ.h:120:16: note: forward declaration of 'struct x509_st' typedef struct x509_st X509; ^ src/openssl_shim.c:143:28: error: incomplete definition of type 'struct x509_st' return x->cert_info ? x->cert_info->extensions : NULL; ~^ /usr/include/openssl/ossl_typ.h:120:16: note: forward declaration of 'struct x509_st' typedef struct x509_st X509; ^ Reported by: pkg-fallout END