Mostly, this changes all the "#if defined(ENCRYPTION)"
[unix-history] / usr / src / usr.bin / telnet / utilities.c
index 028c3e8..bc485c4 100644 (file)
@@ -456,7 +456,7 @@ printsub(direction, pointer, length)
            break;
 #endif
 
            break;
 #endif
 
-#if    defined(ENCRYPTION)
+#ifdef ENCRYPTION
        case TELOPT_ENCRYPT:
            fprintf(NetTrace, "ENCRYPT");
            if (length < 2) {
        case TELOPT_ENCRYPT:
            fprintf(NetTrace, "ENCRYPT");
            if (length < 2) {
@@ -525,7 +525,7 @@ printsub(direction, pointer, length)
                break;
            }
            break;
                break;
            }
            break;
-#endif
+#endif /* ENCRYPTION */
 
        case TELOPT_LINEMODE:
            fprintf(NetTrace, "LINEMODE ");
 
        case TELOPT_LINEMODE:
            fprintf(NetTrace, "LINEMODE ");