Changeset 409

Show
Ignore:
Timestamp:
04/27/06 14:14:55
Author:
rachel
Message:

Start thinking about how to make IDEA support optional
Refs #41

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openpgpsdk/trunk/src/symmetric.c

    r392 r409  
    33#include <assert.h> 
    44#include <openssl/cast.h> 
     5#ifdef OPENSSL_IDEA 
    56#include <openssl/idea.h> 
     7#endif 
    68#include <openssl/aes.h> 
    79#include <openssl/des.h>