From: Arpadffy Zoltan <zoltan.arpad...@scientificgames.se> > TODO: > The CA.COM is not usable as it is therefore both tests: TESTCA.COM and > TESTTSA.COM fail.
I don't remember what that "not usable" was, but on my VAX (VMS V7.3) system, I got some "%DCL-W-TKNOVF, command element is too long - shorten" complaints (and consequent test failures) caused by long file specifications (names based at "GIMP$DUA0:[UTILITY.SOURCE.OPENSSL.OPENSSL-1_0_1-STABLE-SNAP-20101217.TEST]", for example). A revised "test/CA.com" may be found at: http://antinode.info/ftp/openssl/1_0_1/apps/CA.com Has anyone decided whether something should be done about the zillion compiler complaints like the following? [...] bn_nist.c nist_set_192(t_d, buf, 0, 3, 3); ........^ %CC-I-BADSUBSCRIPT, In this statement, an array subscript expression is either less than zero or greater than the largest value that can be represented by the size_t type. At line number 390 in GIMP$DUA0:[UTILITY.SOURCE.OPENSSL.OPENSSL-1_0_1-STABLE-SNAP-20101217.CRYPTO.BN]BN_NIST.C;1. nist_set_192(t_d, buf, 0, 3, 3); ........^ %CC-I-BADSUBSCRIPT, In this statement, an array subscript expression is either less than zero or greater than the largest value that can be represented by the size_t type. At line number 390 in GIMP$DUA0:[UTILITY.SOURCE.OPENSSL.OPENSSL-1_0_1-STABLE-SNAP-20101217.CRYPTO.BN]BN_NIST.C;1. nist_set_192(t_d, buf, 4, 4, 0); ........^ %CC-I-BADSUBSCRIPT, In this statement, an array subscript expression is either less than zero or greater than the largest value that can be represented by the size_t type. At line number 392 in GIMP$DUA0:[UTILITY.SOURCE.OPENSSL.OPENSSL-1_0_1-STABLE-SNAP-20101217.CRYPTO.BN]BN_NIST.C;1. [...] ------------------------------------------------------------------------ Steven M. Schweda s...@antinode-info 382 South Warwick Street (+1) 651-699-9818 Saint Paul MN 55105-2547 ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager majord...@openssl.org