@@ -549,16 +549,16 @@ /* * Request for a specific option has to fail, we don't have any. */ return TCL_ERROR; } else { +#if 0 size_t len = 0; if (optionName != (char *) NULL) { len = strlen(optionName); } -#if 0 if ((len == 0) || ((len > 1) && (optionName[1] == 'c') && (strncmp(optionName, "-cipher", len) == 0))) { if (len == 0) { Tcl_DStringAppendElement(dsPtr, "-cipher"); }