#!/bin/sh

# Add version to /etc/version
cat _ossl_vers.txt >> /etc/version/openssl
rm -f _ossl_vers.txt

# View contact information
echo
echo OpenSSL 1.0.0b
echo "This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
echo Build for QNX4.25 was made by CBD BC
echo e-mail: support@kpda.ru
echo http://forum.kpda.ru
echo
sleep 5

