]> 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:28:23 +0000 (19:28 +0000)
committerdidg <didg>
Wed, 3 Dec 2008 19:28:23 +0000 (19:28 +0000)
etc/uams/uams_dhx_pam.c

index 2e16042c80e6c4dcb1740b400e67b64d353a0912..a0df6e307a691947a373bb355c73383cb3e3412f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: uams_dhx_pam.c,v 1.24.6.5.2.3 2008-12-03 19:25:45 didg Exp $
+ * $Id: uams_dhx_pam.c,v 1.24.6.5.2.4 2008-12-03 19:28:23 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>