diff options
author | Brent Cook <bcook@openbsd.org> | 2017-03-16 19:23:36 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2017-03-16 19:23:36 -0500 |
commit | d5b247cc4fe0f3dd6cc4f7084af7f290ba41e669 (patch) | |
tree | ecff511a1a175c88222a9c83872920d512671717 /.gitignore | |
parent | 8f69fe98dba08e22dd1341cbaad91745c8bf7ad7 (diff) | |
parent | c61c9821e8417243a5a0cf691415f5e5626f2b3b (diff) | |
download | portable-d5b247cc4fe0f3dd6cc4f7084af7f290ba41e669.tar.gz portable-d5b247cc4fe0f3dd6cc4f7084af7f290ba41e669.tar.bz2 portable-d5b247cc4fe0f3dd6cc4f7084af7f290ba41e669.zip |
Land #297, Add recallocarray
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -142,6 +142,7 @@ include/openssl/*.h | |||
142 | !/crypto/compat/arc4random.h | 142 | !/crypto/compat/arc4random.h |
143 | !/crypto/compat/b_win.c | 143 | !/crypto/compat/b_win.c |
144 | !/crypto/compat/explicit_bzero_win.c | 144 | !/crypto/compat/explicit_bzero_win.c |
145 | !/crypto/compat/getpagesize.c | ||
145 | !/crypto/compat/posix_win.c | 146 | !/crypto/compat/posix_win.c |
146 | !/crypto/compat/bsd_asprintf.c | 147 | !/crypto/compat/bsd_asprintf.c |
147 | !/crypto/compat/inet_pton.c | 148 | !/crypto/compat/inet_pton.c |