diff options
author | Brent Cook <bcook@openbsd.org> | 2014-12-04 22:37:22 -0600 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2014-12-06 09:13:56 -0600 |
commit | b3270494f043104b7d63d5b30f47464b5bf253db (patch) | |
tree | 92ce7ca11ef5f583bb5524e524e5febab08865e3 /.gitignore | |
parent | fc5e43c32b886510660c17ebfb7d78b450ceb2a3 (diff) | |
download | portable-b3270494f043104b7d63d5b30f47464b5bf253db.tar.gz portable-b3270494f043104b7d63d5b30f47464b5bf253db.tar.bz2 portable-b3270494f043104b7d63d5b30f47464b5bf253db.zip |
add support for building libtls
Use './configure --enable-libtls' to build the library and install the
associated manpages. Note that the API and ABI of this library may
change still, though feedback is welcome.
ok deraadt@ jsing@ tedu@
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -87,12 +87,16 @@ INSTALL | |||
87 | crypto/Makefile.am | 87 | crypto/Makefile.am |
88 | include/openssl/Makefile.am | 88 | include/openssl/Makefile.am |
89 | ssl/Makefile.am | 89 | ssl/Makefile.am |
90 | tls/Makefile.am | ||
90 | apps/Makefile.am | 91 | apps/Makefile.am |
91 | tests/Makefile.am | 92 | tests/Makefile.am |
92 | 93 | ||
93 | ssl/*.c | 94 | ssl/*.c |
94 | ssl/*.h | 95 | ssl/*.h |
96 | tls/*.c | ||
97 | tls/*.h | ||
95 | include/pqueue.h | 98 | include/pqueue.h |
99 | include/tls.h | ||
96 | include/openssl/*.h | 100 | include/openssl/*.h |
97 | include/openssl/*.he | 101 | include/openssl/*.he |
98 | apps/*.c | 102 | apps/*.c |