CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2020/06/21 06:20:06

Modified files:
        sbin/ifconfig  : Makefile ifconfig.8 ifconfig.c 

Log message:
teach ifconfig about wireguard.

note that this links ifconfig with libcrypto to get at base64
encoding and decoding routines. im looking at an alternative way
to do that, so hopefully this is temporary.

secondly, note that all the wireguard stuff is under ifndef SMALL,
so the special build of ifconfig for install media does include
wireguard support, and also does not need libcrypto.

from Matt Dunwoodie and Jason A. Donenfeld

ok deraadt@

Reply via email to