diff options
author | Brent Cook <bcook@openbsd.org> | 2015-09-12 07:48:06 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-09-12 08:08:24 -0500 |
commit | 854f4f69af9003c0c29d3838001f549beaf36936 (patch) | |
tree | 913e183b140e6a974efa7643ec217d0f6d574257 /.gitignore | |
parent | 34bfb6ecb5d178ee62b402ee344d0f6caf5cdad0 (diff) | |
download | portable-854f4f69af9003c0c29d3838001f549beaf36936.tar.gz portable-854f4f69af9003c0c29d3838001f549beaf36936.tar.bz2 portable-854f4f69af9003c0c29d3838001f549beaf36936.zip |
add 'nc' to the distribution as an example of libtls client and server
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 17 |
1 files changed, 9 insertions, 8 deletions
@@ -107,14 +107,15 @@ include/pqueue.h | |||
107 | include/tls.h | 107 | include/tls.h |
108 | include/openssl/*.h | 108 | include/openssl/*.h |
109 | 109 | ||
110 | !/apps/apps_win.c | 110 | /apps/nc/*.h |
111 | !/apps/poll_win.c | 111 | /apps/nc/*.c |
112 | !/apps/certhash_disabled.c | 112 | /apps/nc/nc* |
113 | /apps/*.h | 113 | /apps/openssl/*.h |
114 | /apps/*.c | 114 | /apps/openssl/*.c |
115 | /apps/*.cnf | 115 | /apps/openssl/*.cnf |
116 | /apps/*.pem | 116 | /apps/openssl/*.pem |
117 | /apps/openssl | 117 | /apps/openssl/openssl |
118 | /apps/openssl/compat/strtonum.c | ||
118 | 119 | ||
119 | !/crypto/Makefile.am.* | 120 | !/crypto/Makefile.am.* |
120 | !/crypto/compat/arc4random.h | 121 | !/crypto/compat/arc4random.h |