mirror of
				https://github.com/brunoos/luasec.git
				synced 2025-10-31 10:25:58 +01:00 
			
		
		
		
	Format
This commit is contained in:
		| @@ -742,9 +742,10 @@ static unsigned int server_psk_cb(SSL *ssl, const char *identity, unsigned char | ||||
| } | ||||
|  | ||||
| /** | ||||
|  * Set a psk callback for server. | ||||
|  * Set a PSK callback for server. | ||||
|  */ | ||||
| static int set_server_psk_cb(lua_State *L) { | ||||
| static int set_server_psk_cb(lua_State *L) | ||||
| { | ||||
|   p_context ctx = checkctx(L, 1); | ||||
|  | ||||
|   luaL_getmetatable(L, "SSL:PSK:Registry"); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user