8000 merge revision(s) 44584,44587,44945: [Backport #9243] · github/ruby@cb38be4 · GitHub
[go: up one dir, main page]

Skip to content

Commit cb38be4

Browse files
committed
merge revision(s) 44584,44587,44945: [Backport ruby#9243]
* ext/openssl/ossl_pkey_dh.c: Fixed typo by Sandor Szテシcs [Bug ruby#9243] * ext/openssl/ossl_pkey_dh.c: Fixed typo by Sandor Sz?cs [Bug ruby#9243] * ext/openssl/ossl_pkey_dh.c: Fixed typo by Sandor Szuecs [Bug ruby#9243] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_1@45113 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 parent f9fb834 commit cb38be4

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Sat Feb 22 14:52:55 2014 Zachary Scott <e@zzak.io>
2+
3+
* ext/openssl/ossl_pkey_dh.c: Fixed typo by Sandor Szuecs [Bug #9243]
4+
15
Sat Feb 22 14:45:36 2014 Zachary Scott <e@zzak.io>
26

37
* lib/xmlrpc/client.rb: [DOC] Remove note about SSL package on RAA

ext/openssl/ossl_pkey_dh.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ Init_ossl_dh()
621621
*
622622
* === Example of a key exchange
623623
* dh1 = OpenSSL::PKey::DH.new(2048)
624-
* params = dh1.public_key.to_der #you may send this publicly to the participating party
624+
* der = dh1.public_key.to_der #you may send this publicly to the participating party
625625
* dh2 = OpenSSL::PKey::DH.new(der)
626626
* dh2.generate_key! #generate the per-session key pair
627627
* symm_key1 = dh1.compute_key(dh2.pub_key)
@@ -664,4 +664,3 @@ Init_ossl_dh()
664664
{
665665
}
666666
#endif /* NO_DH */
667-

version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#define RUBY_VERSION "2.1.1"
22
#define RUBY_RELEASE_DATE "2014-02-22"
3-
#define RUBY_PATCHLEVEL 57
3+
#define RUBY_PATCHLEVEL 58
44

55
#define RUBY_RELEASE_YEAR 2014
66
#define RUBY_RELEASE_MONTH 2

0 commit comments

Comments
 (0)
0