X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=engines%2Fe_padlock.c;h=64a13e754c7801d00ef2c83948ac59c2e0e4e2f4;hp=20d458c1c1e1bd1b5f4a7a1a7f10a15ee12426e5;hb=dd9557a8ba0e4974fa85d0fc1a86e213290eafe3;hpb=097f9d8c528e213f0d40905974b5cef8373ce7ed diff --git a/engines/e_padlock.c b/engines/e_padlock.c index 20d458c1c1..64a13e754c 100644 --- a/engines/e_padlock.c +++ b/engines/e_padlock.c @@ -128,6 +128,9 @@ void ENGINE_load_padlock (void) # ifndef alloca # define alloca _alloca # endif +#elif defined(NETWARE_CLIB) && defined(__GNUC__) + void *alloca(size_t); +# define alloca(s) __builtin_alloca(s) #else # include #endif