diff options
author | 2021-03-28 12:38:52 +0000 | |
---|---|---|
committer | 2021-03-28 12:38:52 +0000 | |
commit | 4c65e432d6d8da5615807b74c35252bbcb5d40f7 (patch) | |
tree | a0c0bb890559af7d6ffb3da383311d07e1c11b55 /sys/dev/pci/if_ipw.c | |
parent | list Dell DW5821e as supported for umb(4) (diff) | |
download | wireguard-openbsd-4c65e432d6d8da5615807b74c35252bbcb5d40f7.tar.xz wireguard-openbsd-4c65e432d6d8da5615807b74c35252bbcb5d40f7.zip |
Fix duplicate SSL_is_dtls in libssl and apps.c
Currently, SSL_is_dtls exists in both libssl and apps.c,
and one in libssl is guarded by LIBRESSL_INTERNAL and not exposed yet.
This causes portable build broke with openssl(1) and optionstest.
To solve this temporarily, rename SSL_is_dtls by apps.h.
This temporary renaming will be removed when the SSL_is_dtls() is exposed.
ok jsing@
Diffstat (limited to 'sys/dev/pci/if_ipw.c')
0 files changed, 0 insertions, 0 deletions