We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parenta43974c commit1e3496fCopy full SHA for 1e3496f
src/backend/libpq/be-secure.c
@@ -11,7 +11,7 @@
11
*
12
13
* IDENTIFICATION
14
- * $PostgreSQL: pgsql/src/backend/libpq/be-secure.c,v 1.66 2006/04/27 15:35:15 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/libpq/be-secure.c,v 1.67 2006/05/04 22:18:38 tgl Exp $
15
16
* Since the server static private key ($DataDir/server.key)
17
* will normally be stored unencrypted so that the database
@@ -795,6 +795,7 @@ initialize_SSL(void)
795
}
796
else
797
{
798
+#ifdefX509_V_FLAG_CRL_CHECK
799
/*
800
*Check the Certificate Revocation List (CRL) if file exists.
801
*http://searchsecurity.techtarget.com/sDefinition/0,,sid14_gci803160,00.html
@@ -816,6 +817,7 @@ initialize_SSL(void)
816
817
errdetail("Will not check certificates against CRL.")));
818
819
820
+#endif/* X509_V_FLAG_CRL_CHECK */
821
822
SSL_CTX_set_verify(SSL_context,
823
(SSL_VERIFY_PEER |