]> arthur.barton.de Git - netatalk.git/commitdiff
fix a Solaris compile warning, missing include
authorbfernhomberg <bfernhomberg>
Thu, 24 Jun 2004 01:20:12 +0000 (01:20 +0000)
committerbfernhomberg <bfernhomberg>
Thu, 24 Jun 2004 01:20:12 +0000 (01:20 +0000)
etc/uams/uams_dhx_pam.c

index e655863136d00b9823be7495b3a6bde1b6aa6970..51f99e579ab231316e444f44ab556a90b33b1675 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: uams_dhx_pam.c,v 1.24.6.4 2003-11-01 02:38:09 bfernhomberg Exp $
+ * $Id: uams_dhx_pam.c,v 1.24.6.5 2004-06-24 01:20:12 bfernhomberg Exp $
  *
  * Copyright (c) 1990,1993 Regents of The University of Michigan.
  * Copyright (c) 1999 Adrian Sun (asun@u.washington.edu) 
@@ -34,6 +34,9 @@
 #include <openssl/bn.h>
 #include <openssl/dh.h>
 #include <openssl/cast.h>
+#ifdef sun
+#include <openssl/rand.h>
+#endif
 #else /* OPENSSL_DHX */
 #include <bn.h>
 #include <dh.h>