diff options
author | inoguchi <> | 2021-03-28 12:38:52 +0000 |
---|---|---|
committer | inoguchi <> | 2021-03-28 12:38:52 +0000 |
commit | 95147217c231df8cc68de1614244180eb644ec79 (patch) | |
tree | 7a19d178b02ea10a4651c372c7bae7d0859be742 /src/lib | |
parent | 339f42ec05d6bdb3a1b68cb621c612c72a5e571f (diff) | |
download | openbsd-95147217c231df8cc68de1614244180eb644ec79.tar.gz openbsd-95147217c231df8cc68de1614244180eb644ec79.tar.bz2 openbsd-95147217c231df8cc68de1614244180eb644ec79.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 'src/lib')
0 files changed, 0 insertions, 0 deletions