diff options
author | Tobias Brunner <tobias@strongswan.org> | 2012-09-13 14:22:08 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2012-09-13 15:44:46 +0200 |
commit | 4c57c6306235e566f1738cfb7edf582e824b31c6 (patch) | |
tree | 747a380203ea558d44804203453e6c4ff1828aea /src/libstrongswan/crypto/transform.h | |
parent | 995875210acb70ba2b12c9368ce892325abb64f2 (diff) | |
download | strongswan-4c57c6306235e566f1738cfb7edf582e824b31c6.tar.bz2 strongswan-4c57c6306235e566f1738cfb7edf582e824b31c6.tar.xz |
Added possibility to register custom proposal keywords
Keyword lookup and registration are handled via the new lib->proposal object.
Diffstat (limited to 'src/libstrongswan/crypto/transform.h')
-rw-r--r-- | src/libstrongswan/crypto/transform.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstrongswan/crypto/transform.h b/src/libstrongswan/crypto/transform.h index 1393c674c..7469a371d 100644 --- a/src/libstrongswan/crypto/transform.h +++ b/src/libstrongswan/crypto/transform.h @@ -23,7 +23,7 @@ typedef enum transform_type_t transform_type_t; -#include <library.h> +#include <enum.h> /** * Type of a transform, as in IKEv2 RFC 3.3.2. |