[dovecot-cvs] dovecot/src/auth Makefile.am,1.17,1.18

cras at procontrol.fi cras at procontrol.fi
Fri Apr 4 18:40:16 EEST 2003


Update of /home/cvs/dovecot/src/auth
In directory danu:/tmp/cvs-serv18305/src/auth

Modified Files:
	Makefile.am 
Log Message:
Support using OpenSSL's pseudo-random generator instead of /dev/urandom. If
neither are found, allow dovecot-auth still to be started because currently
only DIGEST-MD5 requires prng.



Index: Makefile.am
===================================================================
RCS file: /home/cvs/dovecot/src/auth/Makefile.am,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- Makefile.am	6 Mar 2003 23:24:29 -0000	1.17
+++ Makefile.am	4 Apr 2003 14:40:14 -0000	1.18
@@ -11,7 +11,8 @@
 dovecot_auth_LDADD = \
 	../lib-settings/libsettings.a \
 	../lib/liblib.a \
-	$(AUTH_LIBS)
+	$(AUTH_LIBS) \
+	$(RAND_LIBS)
 
 if AUTH_MODULES
 dovecot_auth_LDFLAGS = -export-dynamic




More information about the dovecot-cvs mailing list