summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2014-12-04 22:37:22 -0600
committerBrent Cook <bcook@openbsd.org>2014-12-06 09:13:56 -0600
commitb3270494f043104b7d63d5b30f47464b5bf253db (patch)
tree92ce7ca11ef5f583bb5524e524e5febab08865e3 /.gitignore
parentfc5e43c32b886510660c17ebfb7d78b450ceb2a3 (diff)
downloadportable-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--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index cbeb21e..28ec955 100644
--- a/.gitignore
+++ b/.gitignore
@@ -87,12 +87,16 @@ INSTALL
87crypto/Makefile.am 87crypto/Makefile.am
88include/openssl/Makefile.am 88include/openssl/Makefile.am
89ssl/Makefile.am 89ssl/Makefile.am
90tls/Makefile.am
90apps/Makefile.am 91apps/Makefile.am
91tests/Makefile.am 92tests/Makefile.am
92 93
93ssl/*.c 94ssl/*.c
94ssl/*.h 95ssl/*.h
96tls/*.c
97tls/*.h
95include/pqueue.h 98include/pqueue.h
99include/tls.h
96include/openssl/*.h 100include/openssl/*.h
97include/openssl/*.he 101include/openssl/*.he
98apps/*.c 102apps/*.c