forked from openssl/openssl
-
Notifications
You must be signed in to change notification settings - Fork 21
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
When following HOWTO for building ESNI-aware OpenSSL and curl, make fails
in esnistuff directory, with following compiler messages.
mk_esnikeys.c:417:54: error: incomplete definition of type 'struct sockaddr_in'
&((struct sockaddr_in *)sa)->sin_addr,
~~~~~~~~~~~~~~~~~~~~~~~~~~^
mk_esnikeys.c:417:37: note: forward declaration of 'struct sockaddr_in'
&((struct sockaddr_in *)sa)->sin_addr,
^
mk_esnikeys.c:421:55: error: incomplete definition of type 'struct sockaddr_in6'
&((struct sockaddr_in6 *)sa)->sin6_addr,
~~~~~~~~~~~~~~~~~~~~~~~~~~~^
mk_esnikeys.c:421:37: note: forward declaration of 'struct sockaddr_in6'
&((struct sockaddr_in6 *)sa)->sin6_addr,
^
2 errors generated.
*** Error code 1
Stop.
make: stopped in /tmp/tmp.nB2w3U9p/openssl/esnistuff
$
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working