mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Update typedefs.list and re-run pgindent
Discussion: http://postgr.es/m/CA+TgmoaA9=1RWKtBWpDaj+sF3Stgc8sHgf5z=KGtbjwPLQVDMA@mail.gmail.com
This commit is contained in:
		@@ -15,7 +15,7 @@
 | 
			
		||||
 | 
			
		||||
/* Name of SCRAM mechanisms per IANA */
 | 
			
		||||
#define SCRAM_SHA256_NAME "SCRAM-SHA-256"
 | 
			
		||||
#define SCRAM_SHA256_PLUS_NAME "SCRAM-SHA-256-PLUS"	/* with channel binding */
 | 
			
		||||
#define SCRAM_SHA256_PLUS_NAME "SCRAM-SHA-256-PLUS" /* with channel binding */
 | 
			
		||||
 | 
			
		||||
/* Channel binding types */
 | 
			
		||||
#define SCRAM_CHANNEL_BINDING_TLS_UNIQUE	"tls-unique"
 | 
			
		||||
@@ -27,8 +27,8 @@
 | 
			
		||||
 | 
			
		||||
/* Routines dedicated to authentication */
 | 
			
		||||
extern void *pg_be_scram_init(const char *username, const char *shadow_pass,
 | 
			
		||||
					 bool ssl_in_use, const char *tls_finished_message,
 | 
			
		||||
					 size_t tls_finished_len);
 | 
			
		||||
				 bool ssl_in_use, const char *tls_finished_message,
 | 
			
		||||
				 size_t tls_finished_len);
 | 
			
		||||
extern int pg_be_scram_exchange(void *opaq, char *input, int inputlen,
 | 
			
		||||
					 char **output, int *outputlen, char **logdetail);
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user