apple / swift-crypto

Open-source implementation of a substantial portion of the API of Apple CryptoKit suitable for use on Linux platforms.
https://apple.github.io/swift-crypto
Apache License 2.0
1.43k stars 151 forks source link

Remove dtls1.h as part of removing libssl #217

Closed davidben closed 5 months ago

davidben commented 5 months ago

Remove dtls1.h as part of removing libssl

Checklist

(I don't have a swift dev setup, but hopefully this is trivial enough that I can let CI deal with it. 😄)

If you've made changes to gyb files

No changes to gyb files

Motivation:

It's just an empty compatibility header at this point, but as nominally a part of libssl, remove it with the rest.

Modifications:

Removes dtls1.h

Result:

No more dtls1.h

Lukasa commented 5 months ago

@swift-server-bot add to allowlist