X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fserver.h;h=f0af5c6475d81931721e604755f41c2416c747bd;hb=b8cdf72394178327432dd541aefb8a9031e29c2a;hp=ef7b4aa84e0eb3fadfe8912159039df030b04d8b;hpb=cb6c5c9591b156968d81d8ac35d90741f69e7ce7;p=citadel.git diff --git a/citadel/server.h b/citadel/server.h index ef7b4aa84..f0af5c647 100644 --- a/citadel/server.h +++ b/citadel/server.h @@ -1,7 +1,7 @@ /* * Main declarations file for the Citadel server * - * Copyright (c) 1987-2020 by the citadel.org team + * Copyright (c) 1987-2022 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. @@ -155,6 +155,7 @@ enum { S_SINGLE_USER, S_LDAP, S_IM_LOGS, + S_OPENSSL, MAX_SEMAPHORES };