diff options
author | Richard Levitte <levitte@openssl.org> | 2001-11-15 23:29:02 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2001-11-15 23:29:02 +0100 |
commit | bbc206fdf7ca5a398c2fcb8dfc9dc9b439601b51 (patch) | |
tree | 6fdff9ba578542ac49ff0809815db2c798f070c8 /VMS | |
parent | make update (diff) | |
download | openssl-bbc206fdf7ca5a398c2fcb8dfc9dc9b439601b51.tar.xz openssl-bbc206fdf7ca5a398c2fcb8dfc9dc9b439601b51.zip |
A missing comma added.
Diffstat (limited to 'VMS')
-rw-r--r-- | VMS/mkshared.com | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/VMS/mkshared.com b/VMS/mkshared.com index 455b230616..b0be1282c5 100644 --- a/VMS/mkshared.com +++ b/VMS/mkshared.com @@ -169,7 +169,7 @@ $ type sys$input:/out=mar: ; ; Place entries in own program section. ; -$ write mar " .PSECT $$",libvec,"QUAD,PIC,USR,CON,REL,LCL,SHR,EXE,RD,NOWRT" +$ write mar " .PSECT $$",libvec,",QUAD,PIC,USR,CON,REL,LCL,SHR,EXE,RD,NOWRT" $ write mar libvec,"_xfer:" $ libwrch := mar $ libwriter := write_vax_ftransfer_entry |