Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdad5f8a

Browse files
committed
Make capitalization of term "OpenSSL" more consistent
This includes code comments and documentation. No backpatch as this iscosmetic even if there are documentation changes which are user-facing.Author: Daniel GustafssonDiscussion:https://postgr.es/m/BB89928E-2BC7-489E-A5E4-6D204B3954CF@yesql.se
1 parentf554528 commitdad5f8a

File tree

13 files changed

+17
-17
lines changed

13 files changed

+17
-17
lines changed

‎contrib/pgcrypto/openssl.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ gen_ossl_encrypt(PX_Cipher *c, const uint8 *data, unsigned dlen,
408408
/* Blowfish */
409409

410410
/*
411-
* Check if strong crypto is supported. Someopenssl installations
411+
* Check if strong crypto is supported. SomeOpenSSL installations
412412
* support only short keys and unfortunately BF_set_key does not return any
413413
* error value. This function tests if is possible to use strong key.
414414
*/

‎doc/src/sgml/install-windows.sgml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -293,11 +293,11 @@ $ENV{MSBFLAGS}="/m";
293293
</varlistentry>
294294

295295
<varlistentry>
296-
<term><productname>openssl</productname></term>
296+
<term><productname>OpenSSL</productname></term>
297297
<listitem><para>
298298
Required for SSL support. Binaries can be downloaded from
299299
<ulink url="http://www.slproweb.com/products/Win32OpenSSL.html"></ulink>
300-
or source from <ulink url="http://www.openssl.org"></ulink>.
300+
or source from <ulink url="https://www.openssl.org"></ulink>.
301301
</para></listitem>
302302
</varlistentry>
303303

@@ -348,7 +348,7 @@ $ENV{MSBFLAGS}="/m";
348348

349349
<para>
350350
To use a server-side third party library such as <productname>python</productname> or
351-
<productname>openssl</productname>, this library <emphasis>must</emphasis> also be
351+
<productname>OpenSSL</productname>, this library <emphasis>must</emphasis> also be
352352
64-bit. There is no support for loading a 32-bit library in a 64-bit
353353
server. Several of the third party libraries that PostgreSQL supports may
354354
only be available in 32-bit versions, in which case they cannot be used with

‎doc/src/sgml/release-8.2.sgml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1705,7 +1705,7 @@
17051705

17061706
<para>
17071707
This is reportedly possible with some Windows versions of
1708-
<application>openssl</application>.
1708+
<application>OpenSSL</application>.
17091709
</para>
17101710
</listitem>
17111711

‎doc/src/sgml/release-8.3.sgml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3320,7 +3320,7 @@
33203320

33213321
<para>
33223322
This is reportedly possible with some Windows versions of
3323-
<application>openssl</application>.
3323+
<application>OpenSSL</application>.
33243324
</para>
33253325
</listitem>
33263326

‎doc/src/sgml/release-8.4.sgml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5661,7 +5661,7 @@
56615661

56625662
<para>
56635663
This is reportedly possible with some Windows versions of
5664-
<application>openssl</application>.
5664+
<application>OpenSSL</application>.
56655665
</para>
56665666
</listitem>
56675667

‎doc/src/sgml/release-9.2.sgml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@ UPDATE pg_database SET datallowconn = false WHERE datname = 'template0';
808808

809809
<listitem>
810810
<para>
811-
In MSVC builds, handle the case where the <application>openssl</application>
811+
In MSVC builds, handle the case where the <application>OpenSSL</application>
812812
library is not within a <filename>VC</filename> subdirectory (Andrew Dunstan)
813813
</para>
814814
</listitem>

‎doc/src/sgml/release-9.3.sgml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1813,7 +1813,7 @@ UPDATE pg_database SET datallowconn = false WHERE datname = 'template0';
18131813

18141814
<listitem>
18151815
<para>
1816-
In MSVC builds, handle the case where the <application>openssl</application>
1816+
In MSVC builds, handle the case where the <application>OpenSSL</application>
18171817
library is not within a <filename>VC</filename> subdirectory (Andrew Dunstan)
18181818
</para>
18191819
</listitem>

‎doc/src/sgml/release-9.4.sgml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2065,7 +2065,7 @@ Branch: REL9_4_STABLE [23a2b818f] 2017-08-05 14:56:40 -0700
20652065

20662066
<listitem>
20672067
<para>
2068-
In MSVC builds, handle the case where the <application>openssl</application>
2068+
In MSVC builds, handle the case where the <application>OpenSSL</application>
20692069
library is not within a <filename>VC</filename> subdirectory (Andrew Dunstan)
20702070
</para>
20712071
</listitem>

‎doc/src/sgml/release-9.5.sgml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2283,7 +2283,7 @@ Branch: REL9_2_STABLE [1188b9b2c] 2017-08-02 15:07:21 -0400
22832283

22842284
<listitem>
22852285
<para>
2286-
In MSVC builds, handle the case where the <application>openssl</application>
2286+
In MSVC builds, handle the case where the <application>OpenSSL</application>
22872287
library is not within a <filename>VC</filename> subdirectory (Andrew Dunstan)
22882288
</para>
22892289
</listitem>

‎doc/src/sgml/release-9.6.sgml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3308,7 +3308,7 @@ Branch: REL9_3_STABLE [da30fa603] 2017-06-05 20:40:47 -0400
33083308
Branch: REL9_2_STABLE [f964a7c5a] 2017-06-05 20:41:01 -0400
33093309
-->
33103310
<para>
3311-
In MSVC builds, handle the case where the <application>openssl</application>
3311+
In MSVC builds, handle the case where the <application>OpenSSL</application>
33123312
library is not within a <filename>VC</filename> subdirectory (Andrew Dunstan)
33133313
</para>
33143314
</listitem>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp