diff options
author | lloyd <[email protected]> | 2008-10-26 02:28:40 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-10-26 02:28:40 +0000 |
commit | ec95d5187cc714448f29c4c90cce6bc9fcc9ea21 (patch) | |
tree | 3d957f1e2a6ba48e097923967ce1adb560ad0ac1 /src | |
parent | 7c4f004b837ca96894db839c3f04f8f1238947e7 (diff) |
Move pbe/pbe_base to pbe/
Diffstat (limited to 'src')
-rw-r--r-- | src/pbe/get_pbe.cpp (renamed from src/pbe/pbe_base/get_pbe.cpp) | 0 | ||||
-rw-r--r-- | src/pbe/get_pbe.h (renamed from src/pbe/pbe_base/get_pbe.h) | 0 | ||||
-rw-r--r-- | src/pbe/info.txt (renamed from src/pbe/pbe_base/info.txt) | 0 | ||||
-rw-r--r-- | src/pbe/pbes1/info.txt | 2 | ||||
-rw-r--r-- | src/pbe/pbes2/info.txt | 2 | ||||
-rw-r--r-- | src/pubkey/pubkey/info.txt | 2 |
6 files changed, 3 insertions, 3 deletions
diff --git a/src/pbe/pbe_base/get_pbe.cpp b/src/pbe/get_pbe.cpp index cd1ed2aa4..cd1ed2aa4 100644 --- a/src/pbe/pbe_base/get_pbe.cpp +++ b/src/pbe/get_pbe.cpp diff --git a/src/pbe/pbe_base/get_pbe.h b/src/pbe/get_pbe.h index 830dbb29f..830dbb29f 100644 --- a/src/pbe/pbe_base/get_pbe.h +++ b/src/pbe/get_pbe.h diff --git a/src/pbe/pbe_base/info.txt b/src/pbe/info.txt index 9a46c3a11..9a46c3a11 100644 --- a/src/pbe/pbe_base/info.txt +++ b/src/pbe/info.txt diff --git a/src/pbe/pbes1/info.txt b/src/pbe/pbes1/info.txt index 10dd90708..9a5a3aa1a 100644 --- a/src/pbe/pbes1/info.txt +++ b/src/pbe/pbes1/info.txt @@ -10,6 +10,6 @@ pbes1.h </add> <requires> -pbe_base +pbe pbkdf1 </requires> diff --git a/src/pbe/pbes2/info.txt b/src/pbe/pbes2/info.txt index 7c3ad33ac..42e5c42a0 100644 --- a/src/pbe/pbes2/info.txt +++ b/src/pbe/pbes2/info.txt @@ -6,7 +6,7 @@ load_on auto <requires> oid_lookup -pbe_base +pbe pbkdf2 </requires> diff --git a/src/pubkey/pubkey/info.txt b/src/pubkey/pubkey/info.txt index 3011ee997..e6017810e 100644 --- a/src/pubkey/pubkey/info.txt +++ b/src/pubkey/pubkey/info.txt @@ -8,7 +8,7 @@ load_on dep asn1 bigint numbertheory -pbe_base +pbe oid_lookup pk_pad </requires> |