summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'ssl/ssl_local.h')
-rw-r--r--ssl/ssl_local.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ssl/ssl_local.h b/ssl/ssl_local.h
index 6a935760a0..043e9bb4fe 100644
--- a/ssl/ssl_local.h
+++ b/ssl/ssl_local.h
@@ -2156,9 +2156,6 @@ typedef struct cert_st {
* of a mess of functions, but hell, think of it as an opaque structure :-)
*/
typedef struct ssl3_enc_method {
- int (*enc) (SSL_CONNECTION *, SSL3_RECORD *, size_t, int,
- SSL_MAC_BUF *, size_t);
- int (*mac) (SSL_CONNECTION *, SSL3_RECORD *, unsigned char *, int);
int (*setup_key_block) (SSL_CONNECTION *);
int (*generate_master_secret) (SSL_CONNECTION *, unsigned char *,
unsigned char *, size_t, size_t *);