From 5a99c586cfff4c01b5b2bb2da6637b4913ebbc75 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Tue, 10 Feb 2009 15:47:44 +0000 Subject: [crypto] Remove unused files --- src/crypto/ssl.h | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 src/crypto/ssl.h (limited to 'src/crypto/ssl.h') diff --git a/src/crypto/ssl.h b/src/crypto/ssl.h deleted file mode 100644 index 06d430086..000000000 --- a/src/crypto/ssl.h +++ /dev/null @@ -1,19 +0,0 @@ -// At the moment I have hard coded one buffer. The size -// is the max size of SSLCiphertext.length (so, actually it should -// be increased to include the other information in the struct) -// I might need to make a new, or split the current, buffer because -// I have to have space to read in and write out, as well as keep -// any data that has not been translated. -// It works for now. -typedef struct _ssl_t{ - char buffer[18456]; - int length; - int max_size; // can't define const here - // Current CipherSuite - // Client random / Server random ??? - // pointers to different crypto functions -} SSL_t; - -int CreateSSLHello(SSL_t *ssl); -int ReadSSLHello(SSL_t *ssl); -void PrintSSLPacket(SSL_t *ssl); -- cgit v1.2.3-55-g7522