diff options
author | Theo Buehler <tb@openbsd.org> | 2024-07-13 12:35:19 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-07-13 12:35:19 -0600 |
commit | 60d65be44a70c98329cf100e1805e3e9d8708101 (patch) | |
tree | 55f4206caae563cd9b577e1c9f005e85a906c0d3 /update.sh | |
parent | 9a4c02fdb6f2f7376c6c54119eccd366597a69d6 (diff) | |
download | portable-60d65be44a70c98329cf100e1805e3e9d8708101.tar.gz portable-60d65be44a70c98329cf100e1805e3e9d8708101.tar.bz2 portable-60d65be44a70c98329cf100e1805e3e9d8708101.zip |
ssl2.h and ssl23.h are gone
Diffstat (limited to 'update.sh')
-rwxr-xr-x | update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -140,7 +140,7 @@ copy_hdrs $libcrypto_src "stack/stack.h lhash/lhash.h stack/safestack.h | |||
140 | camellia/camellia.h curve25519/curve25519.h | 140 | camellia/camellia.h curve25519/curve25519.h |
141 | ct/ct.h kdf/kdf.h" | 141 | ct/ct.h kdf/kdf.h" |
142 | 142 | ||
143 | copy_hdrs $libssl_src "srtp.h ssl.h ssl2.h ssl3.h ssl23.h tls1.h dtls1.h" | 143 | copy_hdrs $libssl_src "srtp.h ssl.h ssl3.h tls1.h dtls1.h" |
144 | 144 | ||
145 | # override upstream opensslv.h if a local version exists | 145 | # override upstream opensslv.h if a local version exists |
146 | if [ -f patches/opensslv.h ]; then | 146 | if [ -f patches/opensslv.h ]; then |