aboutsummaryrefslogtreecommitdiff
path: root/inc/ft_ssl_sha256.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/ft_ssl_sha256.h')
-rw-r--r--inc/ft_ssl_sha256.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/inc/ft_ssl_sha256.h b/inc/ft_ssl_sha256.h
deleted file mode 100644
index 9427f88..0000000
--- a/inc/ft_ssl_sha256.h
+++ /dev/null
@@ -1,22 +0,0 @@
-/* ************************************************************************** */
-/* */
-/* ::: :::::::: */
-/* ft_ssl_sha256.h :+: :+: :+: */
-/* +:+ +:+ +:+ */
-/* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */
-/* +#+#+#+#+#+ +#+ */
-/* 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