This commit is contained in:
Mark Andrews
2010-12-24 07:27:15 +00:00
parent 11234b877c
commit cd86950664

View File

@@ -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