aboutsummaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2016-11-05 05:21:29 -0500
committerkinichiro <kinichiro.inoguchi@gmail.com>2016-11-05 19:11:19 +0900
commit659aff9fa7cbfefff28c248f611b13b8ae8424aa (patch)
tree2b0bf5cdc3ffc330a17b0ae3341fc0d43ba51684 /update.sh
parenta241b876e98e4c0d0b326f6fe1bbb375a0fc8b34 (diff)
downloadportable-659aff9fa7cbfefff28c248f611b13b8ae8424aa.tar.gz
portable-659aff9fa7cbfefff28c248f611b13b8ae8424aa.tar.bz2
portable-659aff9fa7cbfefff28c248f611b13b8ae8424aa.zip
updates for latest build changes
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh36
1 files changed, 18 insertions, 18 deletions
diff --git a/update.sh b/update.sh
index ffcd169..131a374 100755
--- a/update.sh
+++ b/update.sh
@@ -117,7 +117,7 @@ copy_hdrs $libcrypto_src "stack/stack.h lhash/lhash.h stack/safestack.h
117 objects/objects.h asn1/asn1.h bn/bn.h ec/ec.h ecdsa/ecdsa.h 117 objects/objects.h asn1/asn1.h bn/bn.h ec/ec.h ecdsa/ecdsa.h
118 ecdh/ecdh.h rsa/rsa.h sha/sha.h x509/x509_vfy.h pkcs7/pkcs7.h pem/pem.h 118 ecdh/ecdh.h rsa/rsa.h sha/sha.h x509/x509_vfy.h pkcs7/pkcs7.h pem/pem.h
119 pem/pem2.h hmac/hmac.h rand/rand.h md5/md5.h 119 pem/pem2.h hmac/hmac.h rand/rand.h md5/md5.h
120 krb5/krb5_asn.h asn1/asn1_mac.h x509v3/x509v3.h conf/conf.h ocsp/ocsp.h 120 asn1/asn1_mac.h x509v3/x509v3.h conf/conf.h ocsp/ocsp.h
121 aes/aes.h modes/modes.h asn1/asn1t.h dso/dso.h bf/blowfish.h 121 aes/aes.h modes/modes.h asn1/asn1t.h dso/dso.h bf/blowfish.h
122 bio/bio.h cast/cast.h cmac/cmac.h conf/conf_api.h des/des.h dh/dh.h 122 bio/bio.h cast/cast.h cmac/cmac.h conf/conf_api.h des/des.h dh/dh.h
123 dsa/dsa.h engine/engine.h ui/ui.h pkcs12/pkcs12.h ts/ts.h 123 dsa/dsa.h engine/engine.h ui/ui.h pkcs12/pkcs12.h ts/ts.h
@@ -169,24 +169,24 @@ gen_asm() {
169} 169}
170for abi in elf macosx; do 170for abi in elf macosx; do
171 echo generating ASM source for $abi 171 echo generating ASM source for $abi
172 gen_asm_stdout $abi aes/asm/aes-x86_64.pl crypto/aes/aes-$abi-x86_64.s 172 gen_asm_stdout $abi aes/asm/aes-x86_64.pl crypto/aes/aes-$abi-x86_64.S
173 gen_asm_stdout $abi aes/asm/vpaes-x86_64.pl crypto/aes/vpaes-$abi-x86_64.s 173 gen_asm_stdout $abi aes/asm/vpaes-x86_64.pl crypto/aes/vpaes-$abi-x86_64.S
174 gen_asm_stdout $abi aes/asm/bsaes-x86_64.pl crypto/aes/bsaes-$abi-x86_64.s 174 gen_asm_stdout $abi aes/asm/bsaes-x86_64.pl crypto/aes/bsaes-$abi-x86_64.S
175 gen_asm_stdout $abi aes/asm/aesni-x86_64.pl crypto/aes/aesni-$abi-x86_64.s 175 gen_asm_stdout $abi aes/asm/aesni-x86_64.pl crypto/aes/aesni-$abi-x86_64.S
176 gen_asm_stdout $abi aes/asm/aesni-sha1-x86_64.pl crypto/aes/aesni-sha1-$abi-x86_64.s 176 gen_asm_stdout $abi aes/asm/aesni-sha1-x86_64.pl crypto/aes/aesni-sha1-$abi-x86_64.S
177 gen_asm_stdout $abi bn/asm/modexp512-x86_64.pl crypto/bn/modexp512-$abi-x86_64.s 177 gen_asm_stdout $abi bn/asm/modexp512-x86_64.pl crypto/bn/modexp512-$abi-x86_64.S
178 gen_asm_stdout $abi bn/asm/x86_64-mont.pl crypto/bn/mont-$abi-x86_64.s 178 gen_asm_stdout $abi bn/asm/x86_64-mont.pl crypto/bn/mont-$abi-x86_64.S
179 gen_asm_stdout $abi bn/asm/x86_64-mont5.pl crypto/bn/mont5-$abi-x86_64.s 179 gen_asm_stdout $abi bn/asm/x86_64-mont5.pl crypto/bn/mont5-$abi-x86_64.S
180 gen_asm_stdout $abi bn/asm/x86_64-gf2m.pl crypto/bn/gf2m-$abi-x86_64.s 180 gen_asm_stdout $abi bn/asm/x86_64-gf2m.pl crypto/bn/gf2m-$abi-x86_64.S
181 gen_asm_stdout $abi camellia/asm/cmll-x86_64.pl crypto/camellia/cmll-$abi-x86_64.s 181 gen_asm_stdout $abi camellia/asm/cmll-x86_64.pl crypto/camellia/cmll-$abi-x86_64.S
182 gen_asm_stdout $abi md5/asm/md5-x86_64.pl crypto/md5/md5-$abi-x86_64.s 182 gen_asm_stdout $abi md5/asm/md5-x86_64.pl crypto/md5/md5-$abi-x86_64.S
183 gen_asm_stdout $abi modes/asm/ghash-x86_64.pl crypto/modes/ghash-$abi-x86_64.s 183 gen_asm_stdout $abi modes/asm/ghash-x86_64.pl crypto/modes/ghash-$abi-x86_64.S
184 gen_asm_stdout $abi rc4/asm/rc4-x86_64.pl crypto/rc4/rc4-$abi-x86_64.s 184 gen_asm_stdout $abi rc4/asm/rc4-x86_64.pl crypto/rc4/rc4-$abi-x86_64.S
185 gen_asm_stdout $abi rc4/asm/rc4-md5-x86_64.pl crypto/rc4/rc4-md5-$abi-x86_64.s 185 gen_asm_stdout $abi rc4/asm/rc4-md5-x86_64.pl crypto/rc4/rc4-md5-$abi-x86_64.S
186 gen_asm_stdout $abi sha/asm/sha1-x86_64.pl crypto/sha/sha1-$abi-x86_64.s 186 gen_asm_stdout $abi sha/asm/sha1-x86_64.pl crypto/sha/sha1-$abi-x86_64.S
187 gen_asm $abi sha/asm/sha512-x86_64.pl crypto/sha/sha256-$abi-x86_64.S 187 gen_asm $abi sha/asm/sha512-x86_64.pl crypto/sha/sha256-$abi-x86_64.S
188 gen_asm $abi sha/asm/sha512-x86_64.pl crypto/sha/sha512-$abi-x86_64.S 188 gen_asm $abi sha/asm/sha512-x86_64.pl crypto/sha/sha512-$abi-x86_64.S
189 gen_asm_stdout $abi whrlpool/asm/wp-x86_64.pl crypto/whrlpool/wp-$abi-x86_64.s 189 gen_asm_stdout $abi whrlpool/asm/wp-x86_64.pl crypto/whrlpool/wp-$abi-x86_64.S
190 gen_asm $abi x86_64cpuid.pl crypto/cpuid-$abi-x86_64.S 190 gen_asm $abi x86_64cpuid.pl crypto/cpuid-$abi-x86_64.S
191done 191done
192 192
@@ -248,7 +248,6 @@ for i in `find $libcrypto_regress -name '*.c'`; do
248done 248done
249$CP $libcrypto_regress/evp/evptests.txt tests 249$CP $libcrypto_regress/evp/evptests.txt tests
250$CP $libcrypto_regress/aead/aeadtests.txt tests 250$CP $libcrypto_regress/aead/aeadtests.txt tests
251$CP $libcrypto_regress/pqueue/expected.txt tests/pq_expected.txt
252 251
253# copy libc tests 252# copy libc tests
254$CP $libc_regress/arc4random-fork/arc4random-fork.c tests/arc4randomforktest.c 253$CP $libc_regress/arc4random-fork/arc4random-fork.c tests/arc4randomforktest.c
@@ -264,6 +263,7 @@ done
264$CP $libssl_regress/unit/tests.h tests 263$CP $libssl_regress/unit/tests.h tests
265$CP $libssl_regress/certs/ca.pem tests 264$CP $libssl_regress/certs/ca.pem tests
266$CP $libssl_regress/certs/server.pem tests 265$CP $libssl_regress/certs/server.pem tests
266$CP $libssl_regress/pqueue/expected.txt tests/pq_expected.txt
267 267
268# copy libtls tests 268# copy libtls tests
269for i in `find $libtls_regress -name '*.c'`; do 269for i in `find $libtls_regress -name '*.c'`; do