]> code.citadel.org Git - citadel.git/blobdiff - citadel/utils/sendcommand.c
Remove preprocessor tests for OpenSSL. It's a requirement.
[citadel.git] / citadel / utils / sendcommand.c
index 6971d60a4d25b4d33a0f9adacb3dec54052eb205..41547be9ecb2557eedee965eca7022093383062f 100644 (file)
@@ -1,14 +1,9 @@
 // Command-line utility to transmit a server command.
 //
-// Copyright (c) 1987-2022 by the citadel.org team
+// Copyright (c) 1987-2023 by the citadel.org team
 //
-// This program is open source software; you can redistribute it and/or modify
-// it under the terms of the GNU General Public License version 3.
-//
-// This program is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-// GNU General Public License for more details.
+// This program is open source software.  Use, duplication, or disclosure
+// is subject to the terms of the GNU General Public License, version 3.
 
 #include <stdio.h>
 #include <stdlib.h>
@@ -24,7 +19,8 @@
 #include <limits.h>
 #include <sys/socket.h>
 #include <sys/un.h>
-#include "../server/citadel.h"
+#include "../server/citadel_defs.h"
+#include "../server/server.h"
 #include "../server/citadel_dirs.h"
 #include <libcitadel.h>