diff options
author | lloyd <[email protected]> | 2008-11-08 18:48:46 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-11-08 18:48:46 +0000 |
commit | 90391ca3d85e6bc65da3a8951e1765692233e803 (patch) | |
tree | eee07d6fed75f5d0cac67a537f3150536c4fcead /src/kdf/tls_prf | |
parent | 75b427da41ece0a419f3f38dda187d89650de7ef (diff) |
Move declaration of MessageAuthenticationCode base class to mac.h (from base.h)
Diffstat (limited to 'src/kdf/tls_prf')
-rw-r--r-- | src/kdf/tls_prf/prf_tls.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kdf/tls_prf/prf_tls.h b/src/kdf/tls_prf/prf_tls.h index e5ddc9c0f..7d29e883b 100644 --- a/src/kdf/tls_prf/prf_tls.h +++ b/src/kdf/tls_prf/prf_tls.h @@ -7,7 +7,7 @@ #define BOTAN_TLS_PRF_H__ #include <botan/kdf.h> -#include <botan/base.h> +#include <botan/mac.h> namespace Botan { |