summaryrefslogtreecommitdiff
path: root/ssl
diff options
context:
space:
mode:
authorRichard Levitte <richard@levitte.org>2014-06-16 13:24:04 +0200
committerJanusz Kozerski <j.kozerski@samsung.com>2014-10-20 15:26:06 +0200
commitd761e69058618694315d3fe33ff41d2d91778312 (patch)
treed70aba5e0e6b2f31492dd544af694e836ffe5c8e /ssl
parent33b457b00620369ec3db50ac39f688dd31127f3e (diff)
downloadopenssl-d761e69058618694315d3fe33ff41d2d91778312.tar.gz
openssl-d761e69058618694315d3fe33ff41d2d91778312.tar.bz2
openssl-d761e69058618694315d3fe33ff41d2d91778312.zip
Spaces were added in some strings for better readability. However, those spaces do not belong in file names, so when picking out the individual parts, remove the spaces
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'ssl')
-rw-r--r--ssl/ssl-lib.com2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/ssl-lib.com b/ssl/ssl-lib.com
index 25df08b..7303bc4 100644
--- a/ssl/ssl-lib.com
+++ b/ssl/ssl-lib.com
@@ -240,7 +240,7 @@ $ NEXT_FILE:
$!
$! O.K, Extract The File Name From The File List.
$!
-$ FILE_NAME = F$ELEMENT(FILE_COUNTER,",",LIB_SSL)
+$ FILE_NAME = F$EDIT(F$ELEMENT(FILE_COUNTER,",",LIB_SSL),"COLLAPSE")
$!
$! Check To See If We Are At The End Of The File List.
$!