Some days ago, I had send a message to the dev list
asking why in crypto/aaes/aes.h the symbols
AES_DECRYPT and AES_ENCRYPT are defined as
static const int. 

If one compiles a program with gcc -Wunused and -Werror
one cannot use evp.h since it includes aes.h and
these symbols are most likely not used in the program.

Regards
Peter Sylvester

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

Reply via email to