This is about porting openssl on qnx6.

The output is all binaries (including both static and shared libraries) and
openssl application wrappers and documents. Lets take openssl-0.9.8g for example.

(1) download openssl-0.9.8g.tar.gz onto your qnx host box. 
    Unzip the file and you get the openssl-0.9.8g directory. Go into that directory.
(2) replace the config, Configure, Makefile.shared by ours. 
(3) add build-hooks file, nto-x86-o and nto-ppc-be to the directory (that is, where the Configure file is)
(4) go into nto-x86-o and type make, you'll get all for x86. 
    And do that in nto-ppc-be, you'll get all for ppcbe. 
    You may do similar things for other CPU platforms.
