diff options
author | Richard Levitte <levitte@openssl.org> | 2011-03-25 17:20:35 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2011-03-25 17:20:35 +0100 |
commit | 3a660e73645afb4c3625e0fd880a696d0d7a998a (patch) | |
tree | d15a118739eba05feea18a6b33046690119fe334 /makevms.com | |
parent | Allow setting of get_entropy and get_nonce callbacks outside test mode. (diff) | |
download | openssl-3a660e73645afb4c3625e0fd880a696d0d7a998a.tar.xz openssl-3a660e73645afb4c3625e0fd880a696d0d7a998a.zip |
Corrections to the VMS build system.
Submitted by Steven M. Schweda <sms@antinode.info>
Diffstat (limited to 'makevms.com')
-rwxr-xr-x | makevms.com | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makevms.com b/makevms.com index 4bb3d6a360..c361c25e1f 100755 --- a/makevms.com +++ b/makevms.com @@ -33,7 +33,7 @@ $! ENGINES Just build the "[.xxx.EXE.ENGINES]" application programs for O $! $! P2, if defined, specifies the C pointer size. Ignored on VAX. $! ("64=ARGV" gives more efficient code with HP C V7.3 or newer.) -$! Supported values are: +$! Supported values are: $! $! "" Compile with default (/NOPOINTER_SIZE). $! 32 Compile with /POINTER_SIZE=32 (SHORT). |