]> code.citadel.org Git - citadel.git/blobdiff - citadel/utils/chkpwd.c
Remove preprocessor tests for OpenSSL. It's a requirement.
[citadel.git] / citadel / utils / chkpwd.c
index 2a9c2395f45ce9ba2dd23d4430efb7ae7eee00b9..d94bb8861420dbbcf6e12fdb5728056de90d0e91 100644 (file)
@@ -4,7 +4,6 @@
 //
 // This program is open source software.  Use, duplication, or disclosure
 // is subject to the terms of the GNU General Public License, version 3.
-// The program is distributed without any warranty, expressed or implied.
 
 #include <pwd.h>
 #include <stdio.h>
@@ -18,7 +17,7 @@
 #include "auth.h"
 #include "../server/config.h"
 #include "../server/citadel_dirs.h"
-#include "../server/citadel.h"
+#include "../server/citadel_defs.h"
 
 
 int main(void) {