aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2016-10-20 21:16:08 -0400
committerJack Lloyd <[email protected]>2016-10-21 16:53:18 -0400
commitb195249a0fc2445d6a06d534cd7d22cd3dc27402 (patch)
tree735a6f5549eb3ac8b2e754e8fa54f176a7930da5 /src
parenta2d604c4f3ba2127d364ed0d776f0ce236c69c87 (diff)
Cleanup from rebase
Diffstat (limited to 'src')
-rw-r--r--src/lib/kdf/kdf.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lib/kdf/kdf.h b/src/lib/kdf/kdf.h
index ab793da87..15336a966 100644
--- a/src/lib/kdf/kdf.h
+++ b/src/lib/kdf/kdf.h
@@ -182,11 +182,6 @@ class BOTAN_DLL KDF
* @return new object representing the same algorithm as *this
*/
virtual KDF* clone() const = 0;
-<<<<<<< HEAD
-
- typedef SCAN_Name Spec;
-=======
->>>>>>> 8978841... Remove Algo_Registry
};
/**