Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
#ifdef USE_SSL
case 'z':
if (!optarg) {
fprintf(stderr, "ftp: the -z option requires an argument\n");
exit(1);
}
if (strcmp(optarg, "debug") == 0 ) {
ssl_debug_flag=1;