diff options
author | Tim Kosse <tim.kosse@filezilla-project.org> | 2016-01-15 12:04:00 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-05-30 10:15:01 +0200 |
commit | 5086808e6654c62e6d1e7c40d3bd7a60d89c2959 (patch) | |
tree | 575dcf665b47f8d511ff65912becf01887f9461b /tests/status-request-ok.c | |
parent | dab4dedf337caa6b4d16f1c8511a1290637667f4 (diff) | |
download | gnutls-5086808e6654c62e6d1e7c40d3bd7a60d89c2959.tar.gz |
Fix the description of two testcases.
Diffstat (limited to 'tests/status-request-ok.c')
-rw-r--r-- | tests/status-request-ok.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/status-request-ok.c b/tests/status-request-ok.c index 7a3091fbc8..b7d7f4c76e 100644 --- a/tests/status-request-ok.c +++ b/tests/status-request-ok.c @@ -51,8 +51,8 @@ int main() static void terminate(void); -/* This program tests whether MD5 is rejected by a client as a - * signature algorithm for the ServerKeyExchange. +/* This program tests the status request extension and that receiving the + * certificate status works. */ static void server_log_func(int level, const char *str) |