summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-09-01 11:54:25 +0200
committerBodo Möller <bodo@openssl.org>2000-09-01 11:54:25 +0200
commita545c6f6b1ccc2265fcd0b304b742020e3708013 (patch)
tree20a59187cc48b9846898190e9c04d75fee4b914c /config
parent-N option to diff is not essential, and mentioning it is unnecessarily (diff)
downloadopenssl-a545c6f6b1ccc2265fcd0b304b742020e3708013.tar.xz
openssl-a545c6f6b1ccc2265fcd0b304b742020e3708013.zip
QNX 4 support.
Diffstat (limited to 'config')
-rwxr-xr-xconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/config b/config
index b972c1fe29..af0686dff0 100755
--- a/config
+++ b/config
@@ -181,6 +181,9 @@ case "${SYSTEM}:${RELEASE}:${VERSION}:${MACHINE}" in
QNX:*)
case "$VERSION" in
+ 425)
+ echo "${MACHINE}-qssl-qnx4"
+ ;;
423)
echo "${MACHINE}-qssl-qnx32"
;;