diff options
author | lloyd <[email protected]> | 2008-06-30 04:34:54 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-06-30 04:34:54 +0000 |
commit | 32937ed3ab5cb51ad175d602d466cbb9dfe917ad (patch) | |
tree | c15176e5584044a9f77ba7e04d64eb542ed25b5d /include | |
parent | 517ba1ba8f7659f8d35ee2912709fb54d4ec6b2e (diff) |
Remove the free-standing function deref_alias. It only served as a forwarder
for the implementation in Library_State. Instead explicitly call deref_alias
on global_state() wherever the old freestanding version was used. This serves
to make (more) uses of the global state explicit rather than implicit.
Diffstat (limited to 'include')
-rw-r--r-- | include/lookup.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/lookup.h b/include/lookup.h index 6e0cecdc7..ccf32bde2 100644 --- a/include/lookup.h +++ b/include/lookup.h @@ -69,11 +69,6 @@ BOTAN_DLL bool have_hash(const std::string&); BOTAN_DLL bool have_mac(const std::string&); /************************************************* -* Dereference an alias * -*************************************************/ -BOTAN_DLL std::string deref_alias(const std::string&); - -/************************************************* * Query information about an algorithm * *************************************************/ BOTAN_DLL u32bit block_size_of(const std::string&); |