aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/ft_ssl.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/include/ft_ssl.h b/include/ft_ssl.h
new file mode 100644
index 0000000..26fbc7e
--- /dev/null
+++ b/include/ft_ssl.h
@@ -0,0 +1,18 @@
+/* ************************************************************************** */
+/* */
+/* ::: :::::::: */
+/* ft_ssl.h :+: :+: :+: */
+/* +:+ +:+ +:+ */
+/* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */
+/* +#+#+#+#+#+ +#+ */
+/* Created: 2020/02/03 20:27:19 by cacharle #+# #+# */
+/* Updated: 2020/02/03 20:29:15 by cacharle ### ########.fr */
+/* */
+/* ************************************************************************** */
+
+#ifndef FT_SSL_H
+# define FT_SSL_H
+
+# include "libft.h"
+
+#endif