summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2014-07-17 23:58:46 -0500
committerBrent Cook <bcook@openbsd.org>2014-07-18 09:19:23 -0500
commit1b1bce16b15cbe3bc7394f7876cb064ef5b8e7ab (patch)
treefa6f281564a377ff8b453f21816d8be00bf759f5 /.gitignore
parentd697fdb4afb08bb46027a5efd1f8040bfdb8380e (diff)
downloadportable-1b1bce16b15cbe3bc7394f7876cb064ef5b8e7ab.tar.gz
portable-1b1bce16b15cbe3bc7394f7876cb064ef5b8e7ab.tar.bz2
portable-1b1bce16b15cbe3bc7394f7876cb064ef5b8e7ab.zip
update to newly-refactored arc4random compatibility shims
the thread-private bits can move next ok beck@
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e413341..93f185f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -110,6 +110,7 @@ crypto/compat/strlcpy.c
110crypto/compat/strtonum.c 110crypto/compat/strtonum.c
111crypto/compat/timingsafe_bcmp.c 111crypto/compat/timingsafe_bcmp.c
112crypto/compat/timingsafe_memcmp.c 112crypto/compat/timingsafe_memcmp.c
113crypto/compat/arc4random_*.h
113 114
114crypto/aes/ 115crypto/aes/
115crypto/asn1/ 116crypto/asn1/