]> granicus.if.org Git - openssl/commit
- There's no more need for the snprintf macro.
authorRichard Levitte <levitte@openssl.org>
Mon, 13 Sep 2004 09:15:06 +0000 (09:15 +0000)
committerRichard Levitte <levitte@openssl.org>
Mon, 13 Sep 2004 09:15:06 +0000 (09:15 +0000)
commit6f9bafafa3ffe4c785cfb521dc130b6614b852f0
treee1a8fc3c2d32b325d6536fc160d7826fb95894c6
parent422a4a33a509a47acc266cc6472344aa4af02d1a
- 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.
crypto/engine/eng_padlock.c