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