Fix from HEAD.

This commit is contained in:
Dr. Stephen Henson
2005-05-14 12:59:05 +00:00
parent db5cbd8954
commit 775e82c58d

View File

@@ -55,13 +55,13 @@
#ifndef HEADER_SAFESTACK_H
#define HEADER_SAFESTACK_H
typedef void (*openssl_fptr)(void);
#define openssl_fcast(f) ((openssl_fptr)f)
#include <openssl/stack.h>
#ifdef DEBUG_SAFESTACK
typedef void (*openssl_fptr)(void);
#define openssl_fcast(f) ((openssl_fptr)f)
#define STACK_OF(type) struct stack_st_##type
#define PREDECLARE_STACK_OF(type) STACK_OF(type);