Revert another size_t change.
[openssl.git] / engines / e_padlock.c
index 20d458c1c1e1bd1b5f4a7a1a7f10a15ee12426e5..64a13e754c7801d00ef2c83948ac59c2e0e4e2f4 100644 (file)
@@ -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 <stdlib.h>
 #endif