=> Bootstrap dependency digest>=20010302: found digest-20190127
===> Building for stud-0.3p53nb7
gcc -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include/ev -I/usr/include -O2 -g -std=c99 -fno-strict-aliasing -Wall -W -D_GNU_SOURCE -I/usr/pkg/include -DUSE_KEEPIDLE -I/usr/pkg/include/ev -I/usr/include  -c -o stud.o stud.c
gcc -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include/ev -I/usr/include -O2 -g -std=c99 -fno-strict-aliasing -Wall -W -D_GNU_SOURCE -I/usr/pkg/include -DUSE_KEEPIDLE -I/usr/pkg/include/ev -I/usr/include  -c -o ringbuffer.o ringbuffer.c
gcc -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include/ev -I/usr/include -O2 -g -std=c99 -fno-strict-aliasing -Wall -W -D_GNU_SOURCE -I/usr/pkg/include -DUSE_KEEPIDLE -I/usr/pkg/include/ev -I/usr/include  -c -o configuration.o configuration.c
stud.c: In function 'load_rsa_privatekey':
stud.c:559:14: error: dereferencing pointer to incomplete type 'SSL_CTX {aka struct ssl_ctx_st}'
           ctx->default_passwd_callback, ctx->default_passwd_callback_userdata);
              ^~
stud.c: In function 'init_openssl':
stud.c:758:28: error: dereferencing pointer to incomplete type 'X509_NAME_ENTRY {aka struct X509_name_entry_st}'
         PUSH_CTX(x509_entry->value, ctx);
                            ^
stud.c:715:64: note: in definition of macro 'PUSH_CTX'
         ASN1_STRING_to_UTF8((unsigned char **)&cl->servername, asn1_str);   \
                                                                ^~~~~~~~
stud.c: In function 'end_handshake':
stud.c:1075:16: error: dereferencing pointer to incomplete type 'SSL {aka struct ssl_st}'
     if (ps->ssl->s3) {
                ^~
gmake: *** [<builtin>: stud.o] Error 1
gmake: *** Waiting for unfinished jobs....
*** Error code 2

Stop.
make[1]: stopped in /usr/pkgsrc/security/stud
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/security/stud