diff options
author | lloyd <[email protected]> | 2012-01-24 20:33:13 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2012-01-24 20:33:13 +0000 |
commit | b4e66e55df15b429fc57c97494488d733d3363f0 (patch) | |
tree | b05bf5b1aa9680842fac041743ff5fc9e6a0485c /src/tls/tls_record.h | |
parent | 366f4cff8f09dd92c99dcf8c7016965f96f9ac9f (diff) |
s/tls_suites/tls_ciphersuite/
Diffstat (limited to 'src/tls/tls_record.h')
-rw-r--r-- | src/tls/tls_record.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tls/tls_record.h b/src/tls/tls_record.h index 991243af5..41e1c6372 100644 --- a/src/tls/tls_record.h +++ b/src/tls/tls_record.h @@ -8,7 +8,8 @@ #ifndef BOTAN_TLS_RECORDS_H__ #define BOTAN_TLS_RECORDS_H__ -#include <botan/tls_suites.h> +#include <botan/tls_ciphersuite.h> +#include <botan/tls_magic.h> #include <botan/tls_version.h> #include <botan/pipe.h> #include <botan/mac.h> |