File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 11
11
*
12
12
*
13
13
* IDENTIFICATION
14
- * $PostgreSQL: pgsql/src/backend/libpq/be-secure.c,v 1.66 2006/04/27 15:35:15 momjian Exp $
14
+ * $PostgreSQL: pgsql/src/backend/libpq/be-secure.c,v 1.67 2006/05/04 22:18:38 tgl Exp $
15
15
*
16
16
* Since the server static private key ($DataDir/server.key)
17
17
* will normally be stored unencrypted so that the database
@@ -795,6 +795,7 @@ initialize_SSL(void)
795
795
}
796
796
else
797
797
{
798
+ #ifdef X509_V_FLAG_CRL_CHECK
798
799
/*
799
800
* Check the Certificate Revocation List (CRL) if file exists.
800
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." )));
817
818
}
818
819
}
820
+ #endif /* X509_V_FLAG_CRL_CHECK */
819
821
820
822
SSL_CTX_set_verify (SSL_context ,
821
823
(SSL_VERIFY_PEER |
You can’t perform that action at this time.
0 commit comments