CVSROOT:	/cvsroot
Module name:	pgsql
Changes by:	momjian(at)postgresql(dot)org	02/06/14 00:38:04
Modified files:
	src/backend/libpq: be-secure.c 
	src/interfaces/libpq: fe-secure.c 
Log message:
	Yet another SSL patch. :-)  This one adds some informational messages
	on the server, if DebugLvl >= 2.
	
	The patch also includes a late addition to the last patch
	(X509_check_private_key()).  I'm not sure why it the currect
	revision wasn't tagged.
	
	Bear Giles