diff options
Diffstat (limited to 'update.sh')
-rwxr-xr-x | update.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -321,7 +321,9 @@ $CP $libc_src/string/memmem.c tests/ | |||
321 | echo "${TEST}_LDADD = \$(top_builddir)/ssl/libssl.la" >> Makefile.am | 321 | echo "${TEST}_LDADD = \$(top_builddir)/ssl/libssl.la" >> Makefile.am |
322 | echo "${TEST}_LDADD += \$(top_builddir)/crypto/libcrypto.la" >> Makefile.am | 322 | echo "${TEST}_LDADD += \$(top_builddir)/crypto/libcrypto.la" >> Makefile.am |
323 | done | 323 | done |
324 | echo "if NO_MEMMEM" >> Makefile.am | ||
324 | echo "explicit_bzero_SOURCES += memmem.c" >> Makefile.am | 325 | echo "explicit_bzero_SOURCES += memmem.c" >> Makefile.am |
326 | echo "endif" >> Makefile.am | ||
325 | ) | 327 | ) |
326 | $CP $libcrypto_regress/evp/evptests.txt tests | 328 | $CP $libcrypto_regress/evp/evptests.txt tests |
327 | $CP $libcrypto_regress/aead/aeadtests.txt tests | 329 | $CP $libcrypto_regress/aead/aeadtests.txt tests |