11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
* to enhance it to support full fileevent semantics.
*
* Also work done by the follow people provided the impetus to do this "right":-
* tclSSL (Colin McCormack, Shared Technology)
* SSLtcl (Peter Antman)
*
*/
#ifndef _TLS_H
#define _TLS_H
#include <tcl.h>
/*
* Initialization routines -- our entire public C API.
|
|
|
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
* to enhance it to support full fileevent semantics.
*
* Also work done by the follow people provided the impetus to do this "right":-
* tclSSL (Colin McCormack, Shared Technology)
* SSLtcl (Peter Antman)
*
*/
#ifndef _TLS_H
#define _TLS_H
#include <tcl.h>
/*
* Initialization routines -- our entire public C API.
|