@@ -1,9 +1,9 @@ /* * Copyright (C) 1997-2000 Matt Newman * - * $Header: /home/rkeene/tmp/cvs2fossil/../tcltls/tls/tls/tlsInt.h,v 1.10 2003/05/15 21:02:10 razzell Exp $ + * $Header: /home/rkeene/tmp/cvs2fossil/../tcltls/tls/tls/tlsInt.h,v 1.11 2004/02/04 04:02:19 razzell Exp $ * * TLS (aka SSL) Channel - can be layered on any bi-directional * Tcl_Channel (Note: Requires Trf Core Patch) * * This was built from scratch based upon observation of OpenSSL 0.9.2B @@ -20,10 +20,11 @@ #ifndef _TSLINT_H #define _TLSINT_H #include "tls.h" #include +#include #ifdef NO_PATENTS #define NO_IDEA #define NO_RC2 #define NO_RC4 @@ -33,13 +34,15 @@ #endif #ifdef BSAFE #include #include +#include #else #include #include +#include #endif #ifdef TCL_STORAGE_CLASS # undef TCL_STORAGE_CLASS #endif