diff options
Diffstat (limited to 'update.sh')
-rwxr-xr-x | update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -283,7 +283,6 @@ copy_crypto x509v3 "v3_bcons.c v3_bitst.c v3_conf.c v3_extku.c v3_ia5.c v3_lib.c | |||
283 | pcy_cache.c pcy_node.c pcy_data.c pcy_map.c pcy_tree.c pcy_lib.c | 283 | pcy_cache.c pcy_node.c pcy_data.c pcy_map.c pcy_tree.c pcy_lib.c |
284 | pcy_int.h ext_dat.h" | 284 | pcy_int.h ext_dat.h" |
285 | 285 | ||
286 | rm -f apps/*.c apps/*.h | ||
287 | for i in $openssl_cmd_src/*; do | 286 | for i in $openssl_cmd_src/*; do |
288 | cp $i apps | 287 | cp $i apps |
289 | done | 288 | done |
@@ -444,6 +443,7 @@ crypto_win32_only=( | |||
444 | # conditional compiles | 443 | # conditional compiles |
445 | $CP $libc_src/stdlib/strtonum.c apps/ | 444 | $CP $libc_src/stdlib/strtonum.c apps/ |
446 | apps_excludes=( | 445 | apps_excludes=( |
446 | poll.c | ||
447 | strtonum.c | 447 | strtonum.c |
448 | ) | 448 | ) |
449 | apps_posix_only=( | 449 | apps_posix_only=( |