Commit f9c850c7 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Update mkstack.pl to match safestack.h



Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent 5dc1247a
Loading
Loading
Loading
Loading
+2 −10
Original line number Diff line number Diff line
@@ -134,16 +134,8 @@ extern "C" {
# define STACK_OF(type) struct stack_st_##type
# define PREDECLARE_STACK_OF(type) STACK_OF(type);

# define DECLARE_STACK_OF(type) \
STACK_OF(type) \
    { \
    _STACK stack; \
    };
# define DECLARE_SPECIAL_STACK_OF(type, type2) \
STACK_OF(type) \
    { \
    _STACK stack; \
    };
# define DECLARE_STACK_OF(type) STACK_OF(type);
# define DECLARE_SPECIAL_STACK_OF(type, type2) STACK_OF(type);

/*-
 * Strings are special: normally an lhash entry will point to a single