From 936728c607c1ad0c2b13f733417264104a98bdd5 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Thu, 3 May 2001 09:44:17 +0000 Subject: Changes in random number handling. Added bcrypt (for use with SRP). Added test program crypt for creating bcrypt passwd files. --- lib/defines.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'lib/defines.h') diff --git a/lib/defines.h b/lib/defines.h index 61644626b7..9b08abf1c8 100644 --- a/lib/defines.h +++ b/lib/defines.h @@ -18,6 +18,9 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ +#ifndef DEFINES_H +# define DEFINES_H + #include #ifdef STDC_HEADERS @@ -42,6 +45,10 @@ # include #endif +#ifdef USE_GCRYPT +# include +#endif + #ifdef HAVE_SYS_STAT_H # include #endif @@ -99,3 +106,5 @@ # error "Neither memmove nor bcopy exists on your system." # endif #endif + +#endif /* defines_h */ -- cgit v1.2.1