diff options
author | Lutz Jänicke <jaenicke@openssl.org> | 2001-11-30 10:38:57 +0100 |
---|---|---|
committer | Lutz Jänicke <jaenicke@openssl.org> | 2001-11-30 10:38:57 +0100 |
commit | 6a9af68b56c192a635e7daf373dc95007f76bde3 (patch) | |
tree | b64bd86acaf60d80d31254693fa6138c01635f08 /config | |
parent | Certain missing algorithms make some SSL versions or TLS impossible to (diff) | |
download | openssl-6a9af68b56c192a635e7daf373dc95007f76bde3.tar.xz openssl-6a9af68b56c192a635e7daf373dc95007f76bde3.zip |
Support for QNX (wrat@jump.net (the wharf rat)).
Diffstat (limited to 'config')
-rwxr-xr-x | config | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -246,10 +246,13 @@ case "${SYSTEM}:${RELEASE}:${VERSION}:${MACHINE}" in ;; QNX:*) - case "$VERSION" in + case "$RELEASE" in 4*) echo "${MACHINE}-whatever-qnx4" ;; + 6*) + echo "${MACHINE}-whatever-qnx6" + ;; *) echo "${MACHINE}-whatever-qnx" ;; |