diff options
author | Theo Buehler <tb@openbsd.org> | 2024-03-02 07:37:36 -0700 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-03-02 07:52:39 -0700 |
commit | 9b54faaf977458a3c9c44aafe81ceee00956ba37 (patch) | |
tree | d64ab45054ef8217f1ebeb1a56fa92c94ee6b0d1 /update.sh | |
parent | d3ce4a78fef7be558f532784e7daa530995a8572 (diff) | |
download | portable-9b54faaf977458a3c9c44aafe81ceee00956ba37.tar.gz portable-9b54faaf977458a3c9c44aafe81ceee00956ba37.tar.bz2 portable-9b54faaf977458a3c9c44aafe81ceee00956ba37.zip |
Update build system for file removal
Diffstat (limited to 'update.sh')
-rwxr-xr-x | update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -139,7 +139,7 @@ copy_hdrs $libcrypto_src "stack/stack.h lhash/lhash.h stack/safestack.h | |||
139 | md4/md4.h ripemd/ripemd.h whrlpool/whrlpool.h idea/idea.h | 139 | md4/md4.h ripemd/ripemd.h whrlpool/whrlpool.h idea/idea.h |
140 | rc2/rc2.h rc4/rc4.h ui/ui_compat.h txt_db/txt_db.h | 140 | rc2/rc2.h rc4/rc4.h ui/ui_compat.h txt_db/txt_db.h |
141 | sm3/sm3.h sm4/sm4.h chacha/chacha.h evp/evp.h poly1305/poly1305.h | 141 | sm3/sm3.h sm4/sm4.h chacha/chacha.h evp/evp.h poly1305/poly1305.h |
142 | camellia/camellia.h gost/gost.h curve25519/curve25519.h | 142 | camellia/camellia.h curve25519/curve25519.h |
143 | ct/ct.h kdf/kdf.h" | 143 | ct/ct.h kdf/kdf.h" |
144 | 144 | ||
145 | copy_hdrs $libssl_src "srtp.h ssl.h ssl2.h ssl3.h ssl23.h tls1.h dtls1.h" | 145 | copy_hdrs $libssl_src "srtp.h ssl.h ssl2.h ssl3.h ssl23.h tls1.h dtls1.h" |