#!/bin/sh
# WARNING: This file was auto-generated. Do not edit!
host=${1-0}
port=${2-443}
args=""
if [ $# -gt 2 ]
then
  shift; shift
  args="$@"
fi
exec /home/abuild/rpmbuild/BUILD/ucspi-ssl-0.70/command/sslclient -RHl0 $args -- $host $port /usr/local/bin/mconnect-io
