summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2016-03-03 16:25:54 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2016-03-03 16:25:54 +0100
commitf8391e57479c95bf62cb0d3331371484e3f849e1 (patch)
treec89c2bb754744c1046da295411eae88796bb76eb
parent25d46662c60ec849b369961b0137c6f8eda53ccf (diff)
downloadgnutls-f8391e57479c95bf62cb0d3331371484e3f849e1.tar.gz
tests: corrected typo in version-checks
-rw-r--r--tests/version-checks.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/version-checks.c b/tests/version-checks.c
index 6965aa6447..65b164f2e1 100644
--- a/tests/version-checks.c
+++ b/tests/version-checks.c
@@ -140,7 +140,7 @@ void doit(void)
try("NORMAL:-VERS-TLS-ALL:+VERS-TLS1.2", GNUTLS_TLS1_2);
reset_buffers();
#ifdef ENABLE_SSL3
- try("NORMAL:-VERS-TLS-ALL:+VERS-SSL3.0", GNUTLS_SSL3_0);
+ try("NORMAL:-VERS-TLS-ALL:+VERS-SSL3.0", GNUTLS_SSL3);
#else
try("NORMAL:-VERS-TLS-ALL:+VERS-SSL3.0", -1);
#endif