That seems very complicated.  How about doing this
in the Makefile
test: cipherlist
cipherlist: cipherlist.c
        ..usual CC rules.
And cipherlist is
        main()
        {
#ifndef NO_DES
        printf("des_cfb\ndes_ede_cfb\ndes_ede3_cfb\n...")

and so on.
Then the test is
        for I in `cipherlist` ; do

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to