diff options
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -133,6 +133,7 @@ tests/tls_ext_alpn* | |||
| 133 | tests/tls_prf* | 133 | tests/tls_prf* |
| 134 | tests/*test | 134 | tests/*test |
| 135 | tests/tests.h | 135 | tests/tests.h |
| 136 | tests/test.h | ||
| 136 | tests/*test.c | 137 | tests/*test.c |
| 137 | tests/pbkdf2* | 138 | tests/pbkdf2* |
| 138 | tests/*.pem | 139 | tests/*.pem |
| @@ -153,7 +154,7 @@ tests/x509req_ext* | |||
| 153 | tests/client.c | 154 | tests/client.c |
| 154 | tests/init_pledge.c | 155 | tests/init_pledge.c |
| 155 | tests/server.c | 156 | tests/server.c |
| 156 | tests/util.c | 157 | tests/*util.c |
| 157 | tests/valid_handshakes_terminate* | 158 | tests/valid_handshakes_terminate* |
| 158 | tests/handshake_table* | 159 | tests/handshake_table* |
| 159 | 160 | ||
