static IMPLEMENT_LHASH_HASH_FN(index_name, OPENSSL_CSTRING)
static IMPLEMENT_LHASH_COMP_FN(index_name, OPENSSL_CSTRING)
-#undef BSIZE
#define BSIZE 256
BIGNUM *
STACK_OF(CONF_VALUE) * attribs = NULL;
STACK_OF(X509) * cert_sk = NULL;
STACK_OF(OPENSSL_STRING) * sigopts = NULL;
-#undef BSIZE
#define BSIZE 256
char buf[3][BSIZE];
#ifndef OPENSSL_NO_ENGINE
#include <openssl/pem.h>
-#undef POSTFIX
#define POSTFIX ".rvk"
static const char *crl_usage[] = {
#include <openssl/pem.h>
#include <openssl/hmac.h>
-#undef BUFSIZE
#define BUFSIZE 1024*8
#include <ctype.h>
int set_hex(char *in, unsigned char *out, int size);
-#undef SIZE
-#undef BSIZE
#define SIZE (512)
#define BSIZE (8*1024)
/*#define TEST_CERT "client.pem" *//* no default cert. */
-#undef BUFSIZZ
#define BUFSIZZ 1024*8
extern int verify_depth;
/* static int load_CA(SSL_CTX *ctx, char *file);*/
-#undef BUFSIZZ
#define BUFSIZZ 16*1024
static int bufsize = BUFSIZZ;
static int accept_socket = -1;
/*#define TEST_CERT "client.pem" *//* no default cert. */
-#undef BUFSIZZ
#define BUFSIZZ 1024*10
#define MYBUFSIZ 1024*8
#define min(a,b) (((a) < (b)) ? (a) : (b))
#define max(a,b) (((a) > (b)) ? (a) : (b))
-#undef SECONDS
#define SECONDS 30
extern int verify_depth;
extern int verify_error;
#ifndef OPENSSL_NO_SPEED
-#undef SECONDS
#define SECONDS 3
#define RSA_SECONDS 10
#define DSA_SECONDS 10
#include "./testrsa.h"
#endif
-#undef BUFSIZE
#define BUFSIZE ((long)1024*8+1)
int run = 0;
#endif
-#undef POSTFIX
#define POSTFIX ".srl"
#define DEF_DAYS 30