| 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 |
| 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> |