e_padlock.c: fix typo (missing #endif) and switch to __builtin_alloca
authorAndy Polyakov <appro@openssl.org>
Tue, 12 May 2009 20:19:09 +0000 (20:19 +0000)
committerAndy Polyakov <appro@openssl.org>
Tue, 12 May 2009 20:19:09 +0000 (20:19 +0000)
commit3dccfc1e68c1acc61c8f90ee4a6cf3836db9e087
tree3b0f8807c02569e38b1bb944054c93b382724246
parent804ab1e0a4da4fac6ee6a3e887ce472d18759931
e_padlock.c: fix typo (missing #endif) and switch to __builtin_alloca
(with introduction of 64-bit support alloca must be  declared and there
is no standard way of doing that, switching to __bultin_alloca is
considered appropriate because code explicitly targets gcc anyway).
engines/e_padlock.c