Richard Levitte 087ca80ad8 Fix pointer size issues with argv on VMS
The argument 'argv' in 'main' is a short pointer to a short pointer on
VMS, regardless of initial pointer size.  We must therefore make sure
that 'copy_argv' gets a 32-bit pointer for argv, and that the copied
argv is used for the rest of main().

This introduces the local type argv_t, which will have correct pointer
size in all cases (and be harmless on all other platforms) as well as
the macro Argv, which is defined as 'copied_argv' or 'argv', as the
case may be.

Reviewed-by: Andy Polyakov <appro@openssl.org>
2016-03-30 20:25:08 +02:00
..
2011-03-16 11:50:33 +00:00
2016-02-20 14:53:53 +01:00
2016-03-17 17:06:57 -04:00
2016-02-20 14:53:53 +01:00
2016-02-20 14:53:53 +01:00
2016-03-21 14:28:56 +00:00
2016-03-22 11:15:24 +00:00
2016-02-20 14:53:53 +01:00
2016-02-20 14:53:53 +01:00
2016-02-18 12:24:44 -05:00
2016-02-11 08:53:11 +00:00
2016-02-25 15:19:42 -05:00
2016-02-20 14:53:53 +01:00
2016-03-21 16:33:59 +00:00
2015-11-20 13:40:53 +00:00
2016-03-17 17:06:57 -04:00
2015-12-16 16:14:49 -05:00
2016-02-20 14:53:53 +01:00
2016-03-07 17:11:21 +00:00
2016-03-18 17:07:11 +00:00
2016-02-20 14:53:53 +01:00
2016-02-20 14:53:53 +01:00
2015-11-21 14:37:24 +01:00
2009-09-06 15:49:46 +00:00
2016-03-21 16:28:40 +00:00
2016-03-21 16:28:40 +00:00
2016-01-12 01:00:31 -05:00
2015-12-16 16:14:49 -05:00
2016-03-19 01:02:02 +00:00
2016-03-21 14:28:56 +00:00
2016-03-17 17:06:57 -04:00
2016-03-21 16:33:59 +00:00
2016-03-21 16:33:59 +00:00
2016-03-21 16:33:59 +00:00
2016-03-21 16:33:59 +00:00
2016-02-20 14:53:53 +01:00
2016-03-21 14:28:56 +00:00
2016-02-20 14:53:53 +01:00
2016-01-26 16:40:43 -05:00
2016-01-26 16:40:43 -05:00
2016-03-21 16:35:58 +00:00
2009-09-07 17:57:18 +00:00