diff options
author | Brent Cook <bcook@openbsd.org> | 2014-07-27 06:09:51 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2014-07-27 06:09:51 -0500 |
commit | 6383a0722c9273897cdb2e1c8dd0490197b154ec (patch) | |
tree | 3ed16981a9352fc66d1cf807988456e4b078e3b3 | |
parent | a5c82283e08dd6f85cbe25624204c7a55ef45051 (diff) | |
download | portable-6383a0722c9273897cdb2e1c8dd0490197b154ec.tar.gz portable-6383a0722c9273897cdb2e1c8dd0490197b154ec.tar.bz2 portable-6383a0722c9273897cdb2e1c8dd0490197b154ec.zip |
remove thread_private.h, no longer needed
-rw-r--r-- | crypto/Makefile.am.tpl | 1 | ||||
-rw-r--r-- | crypto/compat/thread_private.h | 0 |
2 files changed, 0 insertions, 1 deletions
diff --git a/crypto/Makefile.am.tpl b/crypto/Makefile.am.tpl index 6e1c423..a29e07f 100644 --- a/crypto/Makefile.am.tpl +++ b/crypto/Makefile.am.tpl | |||
@@ -72,7 +72,6 @@ endif | |||
72 | endif | 72 | endif |
73 | 73 | ||
74 | noinst_HEADERS = des/ncbc_enc.c | 74 | noinst_HEADERS = des/ncbc_enc.c |
75 | noinst_HEADERS += compat/thread_private.h | ||
76 | noinst_HEADERS += compat/arc4random.h | 75 | noinst_HEADERS += compat/arc4random.h |
77 | noinst_HEADERS += compat/arc4random_linux.h | 76 | noinst_HEADERS += compat/arc4random_linux.h |
78 | noinst_HEADERS += compat/arc4random_osx.h | 77 | noinst_HEADERS += compat/arc4random_osx.h |
diff --git a/crypto/compat/thread_private.h b/crypto/compat/thread_private.h deleted file mode 100644 index e69de29..0000000 --- a/crypto/compat/thread_private.h +++ /dev/null | |||