/* config.h (openssl version). Configured by hand for MSVC++ 6.0. */ /* Define to empty if the keyword does not work. */ /* #undef const */ /* Define if you have the ANSI C header files. */ #define STDC_HEADERS 1 /* Define if you can safely include both and . */ /* #undef TIME_WITH_SYS_TIME */ /* Define if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ /* #undef WORDS_BIGENDIAN */ /* #undef NOENCRYPTION */ /* #undef GNU_MP */ /* #undef CRYPTOLIB */ #define OPENSSL 1 #define CIPHER_CAST5 1 #define OPENSSL_CAST 1 #define CIPHER_BLOWFISH 1 #define OPENSSL_BLOWFISH 1 #define CIPHER_DES 1 #define OPENSSL_DES 1 /* #undef CRYPTOLIB_DES */ #define HASH_MD5 1 #define OPENSSL_MD5 1 /* #undef CRYPTOLIB_MD5 */ #define HASH_SHA 1 /* The number of bytes in a int. */ #define SIZEOF_INT 4 /* The number of bytes in a long. */ #define SIZEOF_LONG 4 /* The number of bytes in a short. */ #define SIZEOF_SHORT 2 /* Define if you have the getpid function. */ #define HAVE_GETPID 1 /* Define if you have the srand function. */ #define HAVE_SRAND 1 /* Define if you have the srand48 function. */ /* #undef HAVE_SRAND48 */ /* Define if you have the srandom function. */ #define HAVE_SRANDOM 1 /* Define if you have the header file. */ /* #undef HAVE_SYS_TIME_H */ /* Define if you have the header file. */ #define HAVE_SYS_TYPES_H 1 /* Define if you have the header file. */ /* #undef HAVE_UNISTD_H */ /* Name of package */ #define PACKAGE "libkrypto" /* Version number of package */ #define VERSION "2.0"