aboutsummaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2015-03-22 07:53:18 -0500
committerBrent Cook <bcook@openbsd.org>2015-03-22 07:53:18 -0500
commita34d319f8d96a2b43c2fdeef0db7f50a1d644cbe (patch)
tree22ae1897a475b1c08f7845e5708d2fc690aada0f /update.sh
parentad2a38ab4ae5d542206527dfa59a333352ea99ce (diff)
downloadportable-a34d319f8d96a2b43c2fdeef0db7f50a1d644cbe.tar.gz
portable-a34d319f8d96a2b43c2fdeef0db7f50a1d644cbe.tar.bz2
portable-a34d319f8d96a2b43c2fdeef0db7f50a1d644cbe.zip
copy memmem.c on update
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/update.sh b/update.sh
index b8326fd..fdf598a 100755
--- a/update.sh
+++ b/update.sh
@@ -211,6 +211,7 @@ done
211 211
212$CP $libssl_regress/certs/ca.pem tests 212$CP $libssl_regress/certs/ca.pem tests
213$CP $libssl_regress/certs/server.pem tests 213$CP $libssl_regress/certs/server.pem tests
214$CP $libc_src/string/memmem.c tests
214chmod 755 tests/testssl 215chmod 755 tests/testssl
215 216
216# add headers 217# add headers