diff options
| -rw-r--r-- | .gitignore | 17 |
1 files changed, 9 insertions, 8 deletions
| @@ -45,6 +45,7 @@ Makefile.in | |||
| 45 | test-driver | 45 | test-driver |
| 46 | *.log | 46 | *.log |
| 47 | *.trs | 47 | *.trs |
| 48 | !tests/optionstest.c | ||
| 48 | tests/aes_wrap* | 49 | tests/aes_wrap* |
| 49 | tests/arc4random_fork* | 50 | tests/arc4random_fork* |
| 50 | tests/cipher* | 51 | tests/cipher* |
| @@ -60,7 +61,6 @@ tests/pbkdf2* | |||
| 60 | tests/*.pem | 61 | tests/*.pem |
| 61 | tests/testssl | 62 | tests/testssl |
| 62 | tests/*.txt | 63 | tests/*.txt |
| 63 | !tests/optionstest.c | ||
| 64 | 64 | ||
| 65 | # ctags stuff | 65 | # ctags stuff |
| 66 | TAGS | 66 | TAGS |
| @@ -70,8 +70,8 @@ autom4te.cache | |||
| 70 | # Libtool adds these, at least sometimes | 70 | # Libtool adds these, at least sometimes |
| 71 | INSTALL | 71 | INSTALL |
| 72 | /COPYING | 72 | /COPYING |
| 73 | m4/l* | ||
| 74 | !m4/check*.m4 | 73 | !m4/check*.m4 |
| 74 | m4/l* | ||
| 75 | 75 | ||
| 76 | aclocal.m4 | 76 | aclocal.m4 |
| 77 | compile | 77 | compile |
| @@ -108,15 +108,15 @@ include/tls.h | |||
| 108 | include/openssl/*.h | 108 | include/openssl/*.h |
| 109 | include/openssl/*.he | 109 | include/openssl/*.he |
| 110 | 110 | ||
| 111 | /apps/*.h | ||
| 112 | /apps/*.c | ||
| 113 | /apps/openssl | ||
| 114 | /apps/openssl.cnf | ||
| 115 | !/apps/apps_win.c | 111 | !/apps/apps_win.c |
| 116 | !/apps/poll_win.c | 112 | !/apps/poll_win.c |
| 117 | !/apps/certhash_disabled.c | 113 | !/apps/certhash_disabled.c |
| 114 | /apps/*.h | ||
| 115 | /apps/*.c | ||
| 116 | /apps/*.cnf | ||
| 117 | /apps/*.pem | ||
| 118 | /apps/openssl | ||
| 118 | 119 | ||
| 119 | /crypto | ||
| 120 | !/crypto/Makefile.am.* | 120 | !/crypto/Makefile.am.* |
| 121 | !/crypto/compat/arc4random.h | 121 | !/crypto/compat/arc4random.h |
| 122 | !/crypto/compat/b_win.c | 122 | !/crypto/compat/b_win.c |
| @@ -126,14 +126,15 @@ include/openssl/*.he | |||
| 126 | !/crypto/compat/inet_pton.c | 126 | !/crypto/compat/inet_pton.c |
| 127 | !/crypto/compat/ui_openssl_win.c | 127 | !/crypto/compat/ui_openssl_win.c |
| 128 | !/crypto/CMakeLists.txt | 128 | !/crypto/CMakeLists.txt |
| 129 | /crypto | ||
| 129 | 130 | ||
| 131 | !/libtls-standalone/compat/Makefile.am | ||
| 130 | /libtls-standalone/include/*.h | 132 | /libtls-standalone/include/*.h |
| 131 | /libtls-standalone/src/*.c | 133 | /libtls-standalone/src/*.c |
| 132 | /libtls-standalone/src/*.h | 134 | /libtls-standalone/src/*.h |
| 133 | /libtls-standalone/src | 135 | /libtls-standalone/src |
| 134 | /libtls-standalone/tests/test | 136 | /libtls-standalone/tests/test |
| 135 | /libtls-standalone/compat | 137 | /libtls-standalone/compat |
| 136 | !/libtls-standalone/compat/Makefile.am | ||
| 137 | /libtls-standalone/VERSION | 138 | /libtls-standalone/VERSION |
| 138 | /libtls-standalone/m4 | 139 | /libtls-standalone/m4 |
| 139 | /libtls-standalone/man | 140 | /libtls-standalone/man |
