]> arthur.barton.de Git - netatalk.git/commitdiff
dhx_pam add openssl err.h include for ERR_xxx functions
authordidg <didg>
Wed, 3 Dec 2008 19:31:50 +0000 (19:31 +0000)
committerdidg <didg>
Wed, 3 Dec 2008 19:31:50 +0000 (19:31 +0000)
etc/uams/uams_dhx_pam.c

index 2aeeca03c36af6c85c983dcc0f21210e861d19ae..37e4066580505c8d71dcaf96f71bf52b48f7fe12 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: uams_dhx_pam.c,v 1.28 2008-12-03 19:15:06 didg Exp $
+ * $Id: uams_dhx_pam.c,v 1.29 2008-12-03 19:31:50 didg Exp $
  *
  * Copyright (c) 1990,1993 Regents of The University of Michigan.
  * Copyright (c) 1999 Adrian Sun (asun@u.washington.edu) 
 #include <openssl/bn.h>
 #include <openssl/dh.h>
 #include <openssl/cast.h>
+#include <openssl/err.h>
 #else /* OPENSSL_DHX */
 #include <bn.h>
 #include <dh.h>
 #include <cast.h>
+#include <err.h>
 #endif /* OPENSSL_DHX */
 
 #include <atalk/afp.h>