/[pkg-mixmaster]/trunk/Mix/Src/crypto.h
ViewVC logotype

Diff of /trunk/Mix/Src/crypto.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 262 by rabbi, Wed Sep 18 23:26:17 2002 UTC revision 367 by rabbi, Wed Oct 16 20:35:04 2002 UTC
# Line 6  Line 6 
6     details.     details.
7    
8     Interface to cryptographic library     Interface to cryptographic library
9     $Id: crypto.h,v 1.3 2002/09/18 23:26:16 rabbi Exp $ */     $Id: crypto.h,v 1.4 2002/10/16 20:35:04 rabbi Exp $ */
10    
11    
12  #ifndef _CRYPTO_H  #ifndef _CRYPTO_H
# Line 16  Line 16 
16  #ifdef USE_OPENSSL  #ifdef USE_OPENSSL
17  #include <openssl/opensslv.h>  #include <openssl/opensslv.h>
18  #if (OPENSSL_VERSION_NUMBER < 0x0903100)  #if (OPENSSL_VERSION_NUMBER < 0x0903100)
19  #error "This version of OpenSSL is not supported. Please get a more current verion from http://www.openssl.org"  #error "This version of OpenSSL is not supported. Please get a more current version from http://www.openssl.org"
20  #endif /* version check */  #endif /* version check */
21  #include <openssl/des.h>  #include <openssl/des.h>
22  #include <openssl/blowfish.h>  #include <openssl/blowfish.h>

Legend:
Removed from v.262  
changed lines
  Added in v.367

  ViewVC Help
Powered by ViewVC 1.1.5