exit 255
This commit is contained in:
@@ -14,11 +14,11 @@
|
||||
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||
# PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
# $Id: prereq.sh.in,v 1.2 2010/12/23 04:07:59 marka Exp $
|
||||
# $Id: prereq.sh.in,v 1.3 2010/12/24 07:27:15 marka Exp $
|
||||
|
||||
OPENSSL_GOST="@OPENSSL_GOST@"
|
||||
if ! test -n "$OPENSSL_GOST"
|
||||
then
|
||||
echo "I:This test requires a openssl version with gost support." >&2
|
||||
exit 1
|
||||
exit 255
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user