Commit b05f231c authored by Richard Levitte's avatar Richard Levitte
Browse files

VMS: only use _realloc32 with /POINTER_SIZE=32



This fixes the following error when building with no particular pointer size
is specified (implied 32 bit):

    static void *(*realloc_func) (void *, size_t) = realloc;
    ................................................^
    %CC-E-UNDECLARED, In the initializer for realloc_func, "_realloc32" is not declared.
    at line number 93 in file DEV:[OPENSSL102.crypto]mem.c;1

Reviewed-by: default avatarAndy Polyakov <appro@openssl.org>
parent 68f11e82
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment