summaryrefslogtreecommitdiffstats
path: root/util/up_ver.pl
diff options
context:
space:
mode:
Diffstat (limited to 'util/up_ver.pl')
-rwxr-xr-xutil/up_ver.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/up_ver.pl b/util/up_ver.pl
index 5d98fcb8f2..2011545a55 100755
--- a/util/up_ver.pl
+++ b/util/up_ver.pl
@@ -60,8 +60,8 @@ foreach $file (@files)
while (<IN>)
{
- if ((s/(SSLeay|OpenSSL) \d\.\d.\d[^"]*(\"|\s)/\1 $ver $time\2/) ||
- s/^(\#define\s+SSLEAY_VERSION_NUMBER\s+0x)[0-9a-zA-Z]+(.*)$/$1$xver$2/)
+ if ((s/(SSLeay|OpenSSL|SSLeay\/OpenSSL) \d\.\d.\d[^"]*(\"|\s)/SSLeay\/OpenSSL $ver $time\2/) ||
+ s/^(\#define\s+OPENSSL_VERSION_NUMBER\s+0x)[0-9a-zA-Z]+(.*)$/$1$xver$2/)
{
print STDERR " Done";
$found++;