diff options
author | Brent Cook <bcook@openbsd.org> | 2014-07-17 23:58:46 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2014-07-18 09:19:23 -0500 |
commit | 1b1bce16b15cbe3bc7394f7876cb064ef5b8e7ab (patch) | |
tree | fa6f281564a377ff8b453f21816d8be00bf759f5 /.gitignore | |
parent | d697fdb4afb08bb46027a5efd1f8040bfdb8380e (diff) | |
download | portable-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-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -110,6 +110,7 @@ crypto/compat/strlcpy.c | |||
110 | crypto/compat/strtonum.c | 110 | crypto/compat/strtonum.c |
111 | crypto/compat/timingsafe_bcmp.c | 111 | crypto/compat/timingsafe_bcmp.c |
112 | crypto/compat/timingsafe_memcmp.c | 112 | crypto/compat/timingsafe_memcmp.c |
113 | crypto/compat/arc4random_*.h | ||
113 | 114 | ||
114 | crypto/aes/ | 115 | crypto/aes/ |
115 | crypto/asn1/ | 116 | crypto/asn1/ |