]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
move T out of HAVE_SSL
authorJelte Jansen <jelte@NLnetLabs.nl>
Mon, 10 Aug 2009 08:47:52 +0000 (08:47 +0000)
committerJelte Jansen <jelte@NLnetLabs.nl>
Mon, 10 Aug 2009 08:47:52 +0000 (08:47 +0000)
drill/drill.c

index 6f2a766b617d0b441c45a09d2a95d3c81807bb94..ee56598f770adebcee571cd5530ed0ad02e1dc1c 100644 (file)
@@ -204,7 +204,6 @@ main(int argc, char *argv[])
                        case 'I':
                                /* reserved for backward compatibility */
                                break;
-#ifdef HAVE_SSL
                        case 'T':
                                if (PURPOSE == DRILL_CHASE) {
                                        fprintf(stderr, "-T and -S cannot be used at the same time.\n");
@@ -212,6 +211,7 @@ main(int argc, char *argv[])
                                }
                                PURPOSE = DRILL_TRACE;
                                break;
+#ifdef HAVE_SSL
                        case 'S':
                                if (PURPOSE == DRILL_TRACE) {
                                        fprintf(stderr, "-T and -S cannot be used at the same time.\n");