From 960294f00a33559af40143ac056f68d21c006d27 Mon Sep 17 00:00:00 2001 From: Carlos O'Donell Date: Fri, 28 Oct 2016 16:17:30 -0400 Subject: Add include/crypt.h. To support tests that include crypt.h we add a wrapper. --- include/crypt.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 include/crypt.h (limited to 'include') diff --git a/include/crypt.h b/include/crypt.h new file mode 100644 index 0000000000..544551da21 --- /dev/null +++ b/include/crypt.h @@ -0,0 +1,3 @@ +#ifndef _CRYPT_H +# include +#endif /* _CRYPT_H */ -- cgit v1.2.3