Skip to content
Snippets Groups Projects
Commit 45c1e115 authored by Niels Möller's avatar Niels Möller
Browse files

Added client_certificate variable.

Rev: lib/modules/SSL.pmod/session.pike:1.9
parent 97431e02
No related branches found
No related tags found
No related merge requests found
/* $Id: session.pike,v 1.8 1998/02/11 05:19:06 nisse Exp $
/* $Id: session.pike,v 1.9 1999/03/19 14:12:14 nisse Exp $
*
*/
......@@ -16,6 +16,8 @@ string master_secret; /* 48 byte secret shared between client and server */
constant Struct = ADT.struct;
constant State = SSL.state;
string client_certificate;
void set_cipher_suite(int suite)
{
array res = cipher::lookup(suite);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment