svn commit: samba r25738 - in branches/SAMBA_4_0/source/heimdal/lib/hcrypto: .

metze at samba.org metze at samba.org
Fri Oct 26 06:32:25 GMT 2007


Author: metze
Date: 2007-10-26 06:32:24 +0000 (Fri, 26 Oct 2007)
New Revision: 25738

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=25738

Log:
always include config.h first.

this needs merging to heimdal and lorikeet-heimdal

metze

Modified:
   branches/SAMBA_4_0/source/heimdal/lib/hcrypto/evp.c
   branches/SAMBA_4_0/source/heimdal/lib/hcrypto/hmac.c


Changeset:
Modified: branches/SAMBA_4_0/source/heimdal/lib/hcrypto/evp.c
===================================================================
--- branches/SAMBA_4_0/source/heimdal/lib/hcrypto/evp.c	2007-10-25 22:20:52 UTC (rev 25737)
+++ branches/SAMBA_4_0/source/heimdal/lib/hcrypto/evp.c	2007-10-26 06:32:24 UTC (rev 25738)
@@ -1,3 +1,7 @@
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <sys/types.h>
 #include <stdio.h>
 #include <stdlib.h>

Modified: branches/SAMBA_4_0/source/heimdal/lib/hcrypto/hmac.c
===================================================================
--- branches/SAMBA_4_0/source/heimdal/lib/hcrypto/hmac.c	2007-10-25 22:20:52 UTC (rev 25737)
+++ branches/SAMBA_4_0/source/heimdal/lib/hcrypto/hmac.c	2007-10-26 06:32:24 UTC (rev 25738)
@@ -1,3 +1,7 @@
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <sys/types.h>
 #include <stdio.h>
 #include <stdlib.h>



More information about the samba-cvs mailing list