From 2e47298639b3e4971e2a7b35d50b57340276435b Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Mon, 27 Jul 2020 21:39:44 +0200 Subject: Disabling previous work temporarily to focus on the algorithm --- include/ft_ssl_sha256.h | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 include/ft_ssl_sha256.h (limited to 'include/ft_ssl_sha256.h') diff --git a/include/ft_ssl_sha256.h b/include/ft_ssl_sha256.h deleted file mode 100644 index 9427f88..0000000 --- a/include/ft_ssl_sha256.h +++ /dev/null @@ -1,22 +0,0 @@ -/* ************************************************************************** */ -/* */ -/* ::: :::::::: */ -/* ft_ssl_sha256.h :+: :+: :+: */ -/* +:+ +:+ +:+ */ -/* By: cacharle +#+ +:+ +#+ */ -/* +#+#+#+#+#+ +#+ */ -/* Created: 2020/02/22 07:18:42 by cacharle #+# #+# */ -/* Updated: 2020/02/22 08:57:14 by cacharle ### ########.fr */ -/* */ -/* ************************************************************************** */ - -#ifndef FT_SSL_SHA256_H -# define FT_SSL_SHA256_H - -/* -** main_sha256.c -*/ - -int fl_main_sha256(int argc, char **argv); - -#endif -- cgit