From 2f8aef9af803fabdf1b53be0ea59028aef94dbcd Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 18 Feb 2013 02:34:43 +0300 Subject: remove sha256.cpp/h files. It used only in manaserv, and manaserv for now not supported. --- src/utils/sha256.h | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 src/utils/sha256.h (limited to 'src/utils/sha256.h') diff --git a/src/utils/sha256.h b/src/utils/sha256.h deleted file mode 100644 index 7a46e5f86..000000000 --- a/src/utils/sha256.h +++ /dev/null @@ -1,38 +0,0 @@ -/* - * The ManaPlus Client - * Copyright (C) 2007-2009 The Mana World Development Team - * Copyright (C) 2009-2010 The Mana Developers - * Copyright (C) 2011-2013 The ManaPlus Developers - * - * This file is part of The ManaPlus Client. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ - -#ifndef UTILS_SHA256_H -#define UTILS_SHA256_H - -#include - -#include "localconsts.h" - -/** - * Returns the SHA-256 hash for the given string. - * - * @param string the string to create the SHA-256 hash for - * @return the SHA-256 hash for the given string. - */ -std::string sha256(const std::string &string) A_WARN_UNUSED; - -#endif // UTILS_SHA256_H -- cgit v1.2.3-70-g09d2