Skip to content

Commit 0732187

Browse files
committed
Oops, actually commit the openssl change to tools.
1 parent 234acf6 commit 0732187

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

tool/globals_1_8_7.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,5 @@
104104
'ext/digest/lib/md5.rb' => 'md5.rb',
105105
'ext/digest/lib/sha1.rb' => 'sha1.rb',
106106
'ext/digest/sha2/lib/sha2.rb' => 'digest/sha2.rb',
107-
'ext/Win32API/lib/win32' => 'win32',
108-
'ext/openssl/lib/openssl' => 'openssl'
107+
'ext/Win32API/lib/win32' => 'win32'
109108
}

tool/globals_1_9_3.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,5 @@
9393
'ext/dl/win32/lib/win32' => 'win32',
9494
'ext/ripper/lib/ripper.rb' => 'ripper.rb',
9595
'ext/ripper/lib/ripper' => 'ripper',
96-
'ext/openssl/lib/openssl' => 'openssl',
9796
'ext/socket/lib/socket.rb' => 'socket.rb'
9897
}

tool/globals_2_0_0.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,5 @@
5050

5151
EXT_FILES = {
5252
'ext/bigdecimal/lib/bigdecimal' => 'bigdecimal',
53-
'ext/openssl/lib/openssl' => 'openssl',
5453
'ext/socket/lib/socket.rb' => 'socket.rb'
5554
}

0 commit comments

Comments
 (0)