diff options
author | lloyd <[email protected]> | 2008-10-01 15:55:40 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-10-01 15:55:40 +0000 |
commit | 514c4e35119eca7132ca9ab38cc0de2b701da492 (patch) | |
tree | 62d8a216e3e548aa04cc78b7d70010854a0dc29f /src/pbe/pbe_base/info.txt | |
parent | 97b4b23a88c27bc154a3751e8e99cd75b7ea8e84 (diff) |
Move get_pbe from libstate to new pbe_base module (in pbe/)
Diffstat (limited to 'src/pbe/pbe_base/info.txt')
-rw-r--r-- | src/pbe/pbe_base/info.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/pbe/pbe_base/info.txt b/src/pbe/pbe_base/info.txt new file mode 100644 index 000000000..59cdae61f --- /dev/null +++ b/src/pbe/pbe_base/info.txt @@ -0,0 +1,15 @@ +realname "PBE Base" + +load_on auto + +define PASSWORD_BASED_ENCRYPTION + +<requires> +filters +asn1 +</requires> + +<add> +get_pbe.cpp +get_pbe.h +</add> |