commit | 6f9bafafa3ffe4c785cfb521dc130b6614b852f0 | [log] [tgz] |
---|---|---|
author | Richard Levitte <levitte@openssl.org> | Mon Sep 13 09:15:06 2004 +0000 |
committer | Richard Levitte <levitte@openssl.org> | Mon Sep 13 09:15:06 2004 +0000 |
tree | e1a8fc3c2d32b325d6536fc160d7826fb95894c6 | |
parent | 422a4a33a509a47acc266cc6472344aa4af02d1a [diff] |
- There's no more need for the snprintf macro. - Move the inclusion of malloc.h until after all other includes, so we can do proper tests of system macros. - Make sure the correct header file is included to get the builtin "alloca" under VMS, and define a macro to map the symbol 'alloca' to it.