]> arthur.barton.de Git - netatalk.git/blobdiff - etc/uams/uams_dhx_passwd.c
openssl works properly now, uams build without lib_ prepended
[netatalk.git] / etc / uams / uams_dhx_passwd.c
index 90e4fe25b36948d0cb5cbd57fb8f68e2f5ce9d97..9dc173499f8cf31b019fa15409684cb26f471303 100644 (file)
 #include <shadow.h>
 #endif SHADOWPW
 
+#ifdef OPENSSL_DHX
+#include <openssl/bn.h>
+#include <openssl/dh.h>
+#include <openssl/cast.h>
+#else
 #include <bn.h>
 #include <dh.h>
 #include <cast.h>
+#endif
 
 #include <atalk/afp.h>
 #include <atalk/uam.h>