diff options
author | lloyd <[email protected]> | 2008-11-10 14:59:08 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-11-10 14:59:08 +0000 |
commit | 9ebe6ec5d24c6b28eb8d44b4204e42dda600fb4d (patch) | |
tree | 7f7a26de2d6ec50a12426b37359551618a194f52 /src/pk_pad/emsa_raw | |
parent | 52fa0b875ad616dd997ac6253f92ffb18812209c (diff) |
Split pk_pad.h into eme.h and emsa.h
Diffstat (limited to 'src/pk_pad/emsa_raw')
-rw-r--r-- | src/pk_pad/emsa_raw/emsa_raw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pk_pad/emsa_raw/emsa_raw.h b/src/pk_pad/emsa_raw/emsa_raw.h index 923a390d3..df719bf27 100644 --- a/src/pk_pad/emsa_raw/emsa_raw.h +++ b/src/pk_pad/emsa_raw/emsa_raw.h @@ -6,7 +6,7 @@ #ifndef BOTAN_EMSA_RAW_H__ #define BOTAN_EMSA_RAW_H__ -#include <botan/pk_pad.h> +#include <botan/emsa.h> namespace Botan { |