1$! To compile mttest on VMS. 2$! 3$! WARNING: only tested with DEC C so far. 4$ 5$ arch := vax 6$ if f$getsyi("CPU") .ge. 128 then arch := axp 7$ define/user openssl [--.include.openssl] 8$ cc/def=PTHREADS mttest.c 9$ link mttest,[--.'arch'.exe.ssl]libssl/lib,[--.'arch'.exe.crypto]libcrypto/lib 10