Re: Capitalization of the name OpenSSL

2018-06-28 Thread Michael Paquier
On Thu, Jun 28, 2018 at 09:54:35AM +0200, Daniel Gustafsson wrote: > On 28 Jun 2018, at 04:54, Michael Paquier wrote: >> I see more that 860 references to openssl as lower case with lots of >> noise around file names and translations. And I can see that you missed >> two of them: > > Nice catch

Re: Capitalization of the name OpenSSL

2018-06-28 Thread Michael Paquier
On Thu, Jun 28, 2018 at 09:44:13AM +0200, Magnus Hagander wrote: > Normally I'm the biggest promoter for back-patching documentation changes > :) But in the case when it's really just about the capitalization, I think > it's fine to just bother with HEAD for it. Yeah, after second-thoughts I think

Re: Capitalization of the name OpenSSL

2018-06-28 Thread Daniel Gustafsson
> On 28 Jun 2018, at 04:54, Michael Paquier wrote: > I see more that 860 references to openssl as lower case with lots of > noise around file names and translations. And I can see that you missed > two of them: Nice catch, fixed in the attached. > I don't think that the comments are worth bot

Re: Capitalization of the name OpenSSL

2018-06-28 Thread Magnus Hagander
On Thu, Jun 28, 2018 at 4:54 AM, Michael Paquier wrote: > On Thu, Jun 28, 2018 at 12:16:52AM +0200, Daniel Gustafsson wrote: > > Skimming over SSL code and docs I noticed that we almost always properly > > capitalize “OpenSSL" when referring to the name of the library, using > "openssl” > > for w

Re: Capitalization of the name OpenSSL

2018-06-27 Thread Michael Paquier
On Thu, Jun 28, 2018 at 12:16:52AM +0200, Daniel Gustafsson wrote: > Skimming over SSL code and docs I noticed that we almost always properly > capitalize “OpenSSL" when referring to the name of the library, using > "openssl” > for when referring to the cli application. The attached patch fixes t