diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2016-06-09 18:55:02 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2016-06-09 18:55:02 +0200 |
commit | c56c8c2ce9531c0ce3388a1dcb64957a263be90b (patch) | |
tree | b682a27e75a440900c9eba444c765322988a5631 /tests/system-prio-file.c | |
parent | a33de99a6c7f6d6db218cd27b9fbcf8597f3ce48 (diff) | |
download | gnutls-c56c8c2ce9531c0ce3388a1dcb64957a263be90b.tar.gz |
tests: document some details in system-prio-file [ci skip]
Diffstat (limited to 'tests/system-prio-file.c')
-rw-r--r-- | tests/system-prio-file.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/system-prio-file.c b/tests/system-prio-file.c index ee288d1ea6..59c960de11 100644 --- a/tests/system-prio-file.c +++ b/tests/system-prio-file.c @@ -31,6 +31,11 @@ #include "utils.h" +/* This test verifies the correct operation of system-wide priority + * strings. The test suite sets the GNUTLS_SYSTEM_PRIORITY_FILE environment + * variable to specify the test file (system.prio). + */ + char *_gnutls_resolve_priorities(const char* priorities); static void |