summaryrefslogtreecommitdiff
path: root/lib/crypto/CipherBlowfish.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/crypto/CipherBlowfish.h')
-rw-r--r--lib/crypto/CipherBlowfish.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/crypto/CipherBlowfish.h b/lib/crypto/CipherBlowfish.h
index 27903a3e..152a265c 100644
--- a/lib/crypto/CipherBlowfish.h
+++ b/lib/crypto/CipherBlowfish.h
@@ -38,8 +38,6 @@ public:
// Setup any other parameters
virtual void SetupParameters(EVP_CIPHER_CTX *pCipherContext) const;
-<<<<<<< HEAD
-=======
virtual std::string GetCipherName() const
{
std::ostringstream out;
@@ -49,7 +47,6 @@ public:
}
virtual CipherMode GetCipherMode() const { return mMode; }
->>>>>>> 0.12
#ifdef HAVE_OLD_SSL
CipherDescription *Clone() const;
void SetIV(const void *pIV);