diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2013-12-15 21:23:20 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2013-12-15 21:40:26 +0100 |
commit | 9557e715fcadb6e82b575944139e17f792ed9aa2 (patch) | |
tree | 3d3c5e6005c5ee518ee0ffb8ce82c967b5c1f39d /tests | |
parent | 81159b58f1985eca1e7355f13b83fa0f4e078bf8 (diff) | |
download | gnutls-9557e715fcadb6e82b575944139e17f792ed9aa2.tar.gz |
doc update
Diffstat (limited to 'tests')
-rw-r--r-- | tests/mini-cert-status.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/mini-cert-status.c b/tests/mini-cert-status.c index 77dc030125..5a3291c060 100644 --- a/tests/mini-cert-status.c +++ b/tests/mini-cert-status.c @@ -49,8 +49,8 @@ int main() #include "utils.h" -/* This program tests the robustness of record - * decoding. +/* This program tests whether the GNUTLS_CERT_* flags + * work as expected. */ static void server_log_func(int level, const char *str) |